1
This commit is contained in:
@@ -61,7 +61,7 @@ func (a *API) BatchCreateStore(param *shop_batchCreateStore_request.ShopBatchCre
|
||||
if response.Code != RequestSuccessCode {
|
||||
return nil, errors.New(response.SubMsg)
|
||||
}
|
||||
return response.Data, nil
|
||||
return response.Data, err
|
||||
}
|
||||
|
||||
// EditStore 编辑门店
|
||||
|
||||
Reference in New Issue
Block a user