1
This commit is contained in:
@@ -182,12 +182,7 @@ func pushMsgByUniApp(storeId int, storeName string, cID []string, msg string, bo
|
|||||||
var (
|
var (
|
||||||
errs []error
|
errs []error
|
||||||
options = make(map[string]interface{}, 0)
|
options = make(map[string]interface{}, 0)
|
||||||
offMsg MsgContext
|
|
||||||
)
|
)
|
||||||
if err := json.Unmarshal([]byte(body), &offMsg); err != nil {
|
|
||||||
globals.SugarLogger.Debugf("pushMsgByUniApp marshal err")
|
|
||||||
}
|
|
||||||
globals.SugarLogger.Debugf("pushMsgByUniApp body")
|
|
||||||
if flag == FlagOrder {
|
if flag == FlagOrder {
|
||||||
options = map[string]interface{}{
|
options = map[string]interface{}{
|
||||||
"XM": map[string]interface{}{
|
"XM": map[string]interface{}{
|
||||||
|
|||||||
Reference in New Issue
Block a user