Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2016-02-16 18:05:59 +0800
Commit
bc082e17b919e06af188c685a8af282b293bcb71
1 parent
187d2d55
code review by fei.hong: do modify app api hotfix main.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/controllers/Hf.php
yohobuy/m.yohobuy.com/application/controllers/Hf.php
View file @
bc082e1
...
...
@@ -61,6 +61,7 @@ class HfController extends AbstractAction
$result
[
'data'
][
'patchv'
]
=
''
;
$result
[
'data'
][
'filecode'
]
=
''
;
$result
[
'md5'
]
=
md5
(
self
::
PRIVATE_KEY
.
':'
.
json_encode
(
$result
[
'data'
]));
break
;
}
$this
->
echoJson
(
$result
);
...
...
Please
register
or
login
to post a comment