Commit 106311f6 authored by xuwencheng's avatar xuwencheng

upgrade

parent dd069ad6
......@@ -39,7 +39,7 @@ impl Event {
"失败"
};
LaunchEvent {
event: self,
event: self.as_ref().to_string(),
status: status as i32,
desc: desc.to_string(),
extra: Some(extra.as_ref().to_string()),
......@@ -50,7 +50,7 @@ impl Event {
#[derive(Debug, Clone, Deserialize, Serialize)]
pub struct LaunchEvent {
// 事件
pub event: Event,
pub event: String,
// 事件状态
pub status: i32,
// 事件描述
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment