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