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
Email Patches
Plain Diff
Browse Files
Authored by
xiaofeng.yao@yoho.cn
2016-08-30 19:01:06 +0800
Commit
4ca72f29f3855d2837fb5566eaf876eed674ce9a
1 parent
bbd12ef3
修复bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
soa/controllers/v1/RoomController.php
soa/controllers/v1/RoomController.php
View file @
4ca72f2
...
...
@@ -349,7 +349,7 @@ class RoomController extends BaseController
];
}
break
;
}
while
(
tru
e
);
}
while
(
fals
e
);
$this
->
renderJson
(
$retArr
[
'code'
],
$retArr
[
'messsage'
],
isset
(
$retArr
[
'data'
])
?
$retArr
[
'data'
]
:
''
);
}
...
...
Please
register
or
login
to post a comment