Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
newShopBack
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
newshop
newShopBack
Commits
e36435c9
Commit
e36435c9
authored
Nov 27, 2019
by
孙磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决冲突
Signed-off-by:
sunlei
<
sunlei@romens.cn
>
parent
419d69d9
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
175 additions
and
619 deletions
+175
-619
BaseController.php
backend/controllers/v1/BaseController.php
+1
-1
BranchController.php
backend/controllers/v1/branch/BranchController.php
+2
-1
composer.lock
composer.lock
+172
-617
No files found.
backend/controllers/v1/BaseController.php
View file @
e36435c9
...
...
@@ -20,7 +20,7 @@ use backend\components\v1\authorizationFilter;
* ),
* @OA\Server(
* description="Api server",
* url="/
guoyongzh
i/weiShopNew",
* url="/
sunle
i/weiShopNew",
* ),
* @OA\SecurityScheme(
* securityScheme="Authorization",
...
...
backend/controllers/v1/branch/BranchController.php
View file @
e36435c9
...
...
@@ -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
);
}
...
...
composer.lock
View file @
e36435c9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment