1
This commit is contained in:
@@ -150,7 +150,7 @@ func (c *MtwmController) Invoice() {
|
||||
return
|
||||
}
|
||||
globals.SugarLogger.Debugf("------Invoice:= %s", string(body))
|
||||
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "淘鲜达token过期", string(body))
|
||||
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "MtwmController发票推送", string(body))
|
||||
|
||||
data := &mtwmapi.InvoiceCallback{}
|
||||
if err = json.Unmarshal(body, data); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user