Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
yoho-live
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
wuxiao
2016-08-28 16:41:03 +0800
Commit
20f467b7adb01cfcb21fd051ecac6aabeca2394f
2 parents
7394dde7
c990b5ef
Merge branch 'test' of
http://git.yoho.cn/web/yoho-live
into test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
backend/controllers/ForbiddenController.php
backend/controllers/ForbiddenController.php
View file @
20f467b
...
...
@@ -74,6 +74,7 @@ class ForbiddenController extends BaseController
if
(
!
$model
->
uid
||
!
$model
->
name
)
{
$code
=
400
;
$code_str
=
'error'
;
$msg
=
'用户id、昵称必填!'
;
break
;
}
...
...
Please
register
or
login
to post a comment