Fix SendXmlMessage

This commit is contained in:
Changhua
2024-10-31 22:59:27 +08:00
parent 86c0920445
commit c66b1f7eb2
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ message XmlMsg
string receiver = 1; // 消息接收人
string content = 2; // xml 内容
string path = 3; // 图片路径
int32 type = 4; // 消息类型
uint64 type = 4; // 消息类型
}
message MsgTypes { map<int32, string> types = 1; }