This commit is contained in:
chenbin
2021-04-07 16:25:13 +08:00
parent 5a43e0d172
commit 5154e7d513
40 changed files with 870 additions and 1019 deletions

View File

@@ -762,7 +762,7 @@ end
NetProto.send.wforder_cancel_reminder = function(id, callback, timeOutSec)
local content = {}
content.action = NetProto.cmds.readNotice
content.action = NetProto.cmds.wforder_cancel_reminder
content.orderId = id
content.groupId = NetProto.groupId
NetProto.sendSocket(content, callback, timeOutSec)