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