This commit is contained in:
邹宗楠
2025-09-16 14:22:34 +08:00
parent 5480380c90
commit c55847dda0
29 changed files with 401 additions and 21 deletions

View File

@@ -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 {