This commit is contained in:
wangchuxiao
2022-12-08 12:54:39 +08:00
parent be01c4da0c
commit 0e726a20ba
3 changed files with 24 additions and 29 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ func callbackMsgModify(msg *pbChat.SendMsgReq) cbApi.CommonCallbackResp {
}
func CallbackBeforeExtendMsgModify() cbApi.CommonCallbackResp {
callbackResp := cbApi.CommonCallbackResp{OperationID: msg.OperationID}
callbackResp := cbApi.CommonCallbackResp{OperationID: ""}
return callbackResp
}