Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
hf
2016-03-04 13:57:10 +0800
Commit
86851272f335ff04823466da9346679f82e28946
1 parent
e2916054
code review by fei.hong: do modify app hotfix api add patch version 4.0.1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Hf.php
yohobuy/m.yohobuy.com/application/controllers/Hf.php
View file @
8685127
...
...
@@ -45,7 +45,6 @@ class HfController extends AbstractAction
*/
public
function
v1Action
()
{
echo
md5
(
file_get_contents
(
'http://cdn.yoho.cn/app-hotfix/yohobuy/4.0.1/main-2.js'
));
exit
;
$result
=
array
(
'code'
=>
200
,
'message'
=>
'Config Success'
,
'md5'
=>
''
,
'data'
=>
array
());
// 根据版本号返回补丁文件信息
...
...
Please
register
or
login
to post a comment