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
梁志锋
9 years ago
Commit
9251986751c30b3369b769fc44485f975347c82d
1 parent
d8901e64
app hotfix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/controllers/Hf.php
yohobuy/m.yohobuy.com/application/controllers/Hf.php
View file @
9251986
...
...
@@ -77,9 +77,9 @@ class HfController extends AbstractAction
break
;
case
'4.8.0'
:
case
'4.8.1'
:
$result
[
'data'
][
'url'
]
=
'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.8.
1
/main.js'
;
$result
[
'data'
][
'url'
]
=
'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.8.
2
/main.js'
;
$result
[
'data'
][
'patchv'
]
=
'102'
;
$result
[
'data'
][
'filecode'
]
=
md5
(
'
a687070268d5f3c3d244b5fd699b95e3
'
.
'yohopatch2016'
);
$result
[
'data'
][
'filecode'
]
=
md5
(
'
705991f5bb77530afa6bad34083e4436
'
.
'yohopatch2016'
);
$result
[
'md5'
]
=
md5
(
self
::
PRIVATE_KEY
.
':'
.
json_encode
(
$result
[
'data'
]));
break
;
default
:
// 默认
...
...
Please
register
or
login
to post a comment