1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user