This commit is contained in:
richboo111
2022-10-08 13:51:41 +08:00
parent 2eec6d7304
commit d4bf3e62bd
2 changed files with 2 additions and 2 deletions

View File

@@ -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 编辑门店