This commit is contained in:
邹宗楠
2023-10-24 15:47:10 +08:00
parent 21cb05c1f2
commit e33810f518

View File

@@ -329,6 +329,7 @@ func (a *API) CreateOrderCallback(orderStatus []byte) (map[string][]interface{},
if err := json.Unmarshal(orderStatus, &resp); err != nil {
return nil, &CallbackResponse{Code: CallbackFailCode, Msg: CallbackFail}
}
globals.SugarLogger.Debugf("============================resp:= %s", utils.Format4Output(resp, false))
callbackResult := make(map[string][]interface{}, 0)
for _, data := range resp {