1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user