1
This commit is contained in:
@@ -277,6 +277,9 @@ func PushMsgByCid(vendorStoreID string, vendorID int, msg string) error {
|
|||||||
// SetMessageDetail 赋值
|
// SetMessageDetail 赋值
|
||||||
//格式 AppID:AppPoiCode:1:OpenUserID
|
//格式 AppID:AppPoiCode:1:OpenUserID
|
||||||
func SetMessageDetail(req *JXMsg, vendorID int, elmAppID string) error {
|
func SetMessageDetail(req *JXMsg, vendorID int, elmAppID string) error {
|
||||||
|
if req == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
//生成京西消息ID detail
|
//生成京西消息ID detail
|
||||||
msgID := GenMsgDetailID(req, vendorID, elmAppID)
|
msgID := GenMsgDetailID(req, vendorID, elmAppID)
|
||||||
data, _ := json.Marshal(req)
|
data, _ := json.Marshal(req)
|
||||||
|
|||||||
Reference in New Issue
Block a user