This commit is contained in:
邹宗楠
2023-12-04 11:08:32 +08:00
parent 9dae9f86b8
commit 8cc1ce339d

View File

@@ -145,7 +145,6 @@ func (c *DjswController) SinglePromoteCreate() {
func (c *DjswController) StoreCrud() {
if c.Ctx.Input.Method() == http.MethodPost {
callbackResponse := c.handleMsg(func(a *jdapi.API, obj interface{}) (callbackResponse *jdapi.CallbackResponse) {
globals.SugarLogger.Debugf("==============StoreCrud := %s", utils.Format4Output(obj, false))
callbackResponse = jd.OnStoreMsg(obj.(*jdapi.CallbackOrderMsg))
return callbackResponse
})