This commit is contained in:
邹宗楠
2025-10-22 17:27:45 +08:00
parent 093bc00906
commit 5eb7b6793a
2 changed files with 6 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ func (c *MtwmController) Invoice() {
c.ServeJSON()
return
}
globals.SugarLogger.Debugf("------Invoice:= %s", utils.Format4Output(msg.FormData, false))
globals.SugarLogger.Debugf("mtwm------Invoice:= %s", utils.Format4Output(msg.FormData, false))
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "MtwmController发票推送", utils.Format4Output(msg.FormData, false))
data := &mtwmapi.InvoiceCallback{}