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
9cc20acf2b952d421aac6413233565f2e6758514
1 parent
457105d4
添加4.1.0包 下载地址
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/controllers/Rn.php
yohobuy/m.yohobuy.com/application/controllers/Rn.php
View file @
9cc20ac
...
...
@@ -57,6 +57,13 @@ class RnController extends AbstractAction
$result
[
'data'
][
'filecode'
]
=
''
;
$result
[
'md5'
]
=
md5
(
self
::
PRIVATE_KEY
.
':'
.
json_encode
(
$result
[
'data'
]));
break
;
case
'4.1.0'
:
// 版本号
$result
[
'data'
][
'url'
]
=
'http://cdn.yoho.cn/app-downfiles/index.android.bundle.zip'
;
$result
[
'data'
][
'rnv'
]
=
'101'
;
$result
[
'data'
][
'minv'
]
=
'4.1.0'
;
$result
[
'data'
][
'filecode'
]
=
md5
(
'dffb998e43a33215b4c47a4ccd3cf619'
.
'yohorn2016'
);
$result
[
'md5'
]
=
md5
(
self
::
PRIVATE_KEY
.
':'
.
json_encode
(
$result
[
'data'
]));
break
;
default
:
// 默认
$result
[
'data'
][
'url'
]
=
''
;
$result
[
'data'
][
'rnv'
]
=
''
;
...
...
Please
register
or
login
to post a comment