Commit dc88e3e0 authored by xuwencheng's avatar xuwencheng

20250102

parent 3c26092b
...@@ -3,6 +3,7 @@ use serde::{Deserialize, Serialize}; ...@@ -3,6 +3,7 @@ use serde::{Deserialize, Serialize};
#[derive(Deserialize, Serialize)] #[derive(Deserialize, Serialize)]
#[serde(rename_all = "camelCase")] #[serde(rename_all = "camelCase")]
pub struct DisConnectPayload { pub struct DisConnectPayload {
#[serde(rename = "disConnectMsg")]
pub disconnect_msg: String, pub disconnect_msg: String,
} }
......
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