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