1
This commit is contained in:
@@ -73,6 +73,7 @@ func (a *API) BatchCreateStore(param *shop_batchCreateStore_request.ShopBatchCre
|
||||
return nil, err
|
||||
}
|
||||
if response.Code != RequestSuccessCode {
|
||||
fmt.Sprintf("response.Msg======", response.Msg)
|
||||
return nil, errors.New(response.SubMsg)
|
||||
}
|
||||
fmt.Sprintf("response.Data=", response.Data)
|
||||
|
||||
Reference in New Issue
Block a user