Commit e36435c9 authored by 孙磊's avatar 孙磊

解决冲突

Signed-off-by: 孙磊's avatarsunlei <sunlei@romens.cn>
parent 419d69d9
......@@ -20,7 +20,7 @@ use backend\components\v1\authorizationFilter;
* ),
* @OA\Server(
* description="Api server",
* url="/guoyongzhi/weiShopNew",
* url="/sunlei/weiShopNew",
* ),
* @OA\SecurityScheme(
* securityScheme="Authorization",
......
......@@ -534,7 +534,8 @@ class BranchController extends BaseController
if ($fileInfo['CODE']==200) {
// 文件上传成功
throw new HttpException(200);
return $fileInfo['INFO'];
// throw new HttpException(200);
}else{
throw new HttpException(422);
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment