1
This commit is contained in:
@@ -47,7 +47,7 @@ func (a *API) ShopOrderDispatcher(storeID int64, shopOrderID string, dispatcherT
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if response.Code != RequestSuccessCode && response.Code != 120048 {
|
||||
if response.Code != RequestSuccessCode && response.Code != 90000 {
|
||||
return errors.New(response.SubMsg + ":" + response.LogId)
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user