This commit is contained in:
richboo111
2024-01-24 17:37:02 +08:00
parent f14757133d
commit e09c99394d

View File

@@ -611,7 +611,7 @@ func CheckAndReply(req *JXMsg, elmAppID string) (err error) {
PlatformShopId: elm.PlatformShopID,
BizType: ebaiapi.IMType,
SubBizType: ebaiapi.IMTypeSendMsg,
Payload: ebaiapi.BusinessMsgPayload{
PayLoad: ebaiapi.BusinessMsgPayload{
GroupId: elm.PayLoad.GroupID,
MsgId: utils.Int2Str(RandTimeNumber()),
ReceiverIds: elm.PayLoad.ReceiverIDs,
@@ -640,6 +640,8 @@ func CheckAndReply(req *JXMsg, elmAppID string) (err error) {
apply.IsApply = false
globals.SugarLogger.Debugf("CheckAndReply mtSend err:%v", err)
} else {
//t1 := json.Unmarshal(param.Payload.Content)
jxMsg = &JXMsg{
SendType: SendTypeJx,
MsgContent: param,