This commit is contained in:
邹宗楠
2025-08-13 10:12:58 +08:00
parent 14b6c34652
commit 686154836d
3 changed files with 18 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ func (c *MtwmController) Invoice() {
c.ServeJSON()
return
}
globals.SugarLogger.Debugf("------body:= %s", string(body))
globals.SugarLogger.Debugf("------Invoice:= %s", string(body))
data := &mtwmapi.InvoiceCallback{}
if err = json.Unmarshal(body, data); err != nil {