Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
hf
9 years ago
Commit
923526b3b6fe186df1352edf14f80474d3639830
1 parent
2a20bd49
code review by fei.hong: do modify app hotfix patch url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Hf.php
yohobuy/m.yohobuy.com/application/controllers/Hf.php
View file @
923526b
...
...
@@ -53,7 +53,7 @@ class HfController extends AbstractAction
case
'4.0.0'
:
// 版本号
$result
[
'data'
][
'url'
]
=
'http://cdn.yoho.cn/app-hotfix/yohobuy/4.0.0/main2.js'
;
$result
[
'data'
][
'patchv'
]
=
'102'
;
$result
[
'data'
][
'filecode'
]
=
md5
(
'
53b86b14490ead50ff78cac30a2494f3
'
.
'yohopatch2016'
);
$result
[
'data'
][
'filecode'
]
=
md5
(
'
dddd71eed2754a53ad843a78587dc1f5
'
.
'yohopatch2016'
);
$result
[
'md5'
]
=
md5
(
self
::
PRIVATE_KEY
.
':'
.
json_encode
(
$result
[
'data'
]));
break
;
default
:
// 默认
...
...
Please
register
or
login
to post a comment