mod: update proto

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-04 23:32:22 +08:00
parent fb004a0bb9
commit a49caa871d
122 changed files with 93362 additions and 88733 deletions

View File

@@ -515,7 +515,6 @@ class MsgHttp {
static Future sendMsg({
int? senderUid,
int? receiverId,
int? receiverType,
int? msgType,
dynamic content,
}) async {
@@ -525,7 +524,7 @@ class MsgHttp {
'msg': {
'sender_uid': senderUid,
'receiver_id': receiverId,
'receiver_type': receiverType ?? 1,
'receiver_type': 1,
'msg_type': msgType ?? 1,
'msg_status': 0,
'dev_id': devId,