Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
whb
2015-07-25 18:22:46 +0800
Commit
6f94c866eb3e2bc0d44d3aec4189744c85fef47d
1 parent
d996ed3f
json返回添加md5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
website/controller/Abstract.class.php
website/controller/Abstract.class.php
View file @
6f94c86
...
...
@@ -145,7 +145,8 @@ class Controller_Abstract extends Framework_YController
'status'
=>
$status
,
'code'
=>
$code
,
'data'
=>
$data
,
'message'
=>
$message
'message'
=>
$message
,
'md5'
=>
md5
(
json_encode
(
$data
))
));
}
...
...
Please
register
or
login
to post a comment