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
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
caf10c4ae2b391ec97d642011157abc51a02be19
2 parents
d407a07a
a946a101
Merge branch 'hotfix/ios'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
yohobuy/m.yohobuy.com/application/controllers/Hf.php
yohobuy/m.yohobuy.com/application/controllers/Hf.php
View file @
caf10c4
...
...
@@ -83,9 +83,9 @@ class HfController extends AbstractAction
$result
[
'md5'
]
=
md5
(
self
::
PRIVATE_KEY
.
':'
.
json_encode
(
$result
[
'data'
]));
break
;
case
'4.9.0'
:
$result
[
'data'
][
'url'
]
=
'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.9.0/main0826.js'
;
$result
[
'data'
][
'patchv'
]
=
'111'
;
$result
[
'data'
][
'filecode'
]
=
'eb9a6b782125f4cd29ca7ece23ab4e4f'
;
$result
[
'data'
][
'url'
]
=
'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.9.0/main0829.js'
;
$result
[
'data'
][
'patchv'
]
=
'112'
;
$result
[
'data'
][
'filecode'
]
=
'5ec605c71438642b8da76b62af349f96'
;
$result
[
'md5'
]
=
md5
(
self
::
PRIVATE_KEY
.
':'
.
json_encode
(
$result
[
'data'
]));
break
;
default
:
// 默认
...
...
Please
register
or
login
to post a comment