Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
2016-03-18 16:03:53 +0800
Commit
42839120335a59a23dd9dbf27797eda37b87ee73
1 parent
b97c625e
code review by fei.hong: do modify app reactnative api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Rn.php
yohobuy/m.yohobuy.com/application/controllers/Rn.php
View file @
4283912
...
...
@@ -44,7 +44,6 @@ class RnController extends AbstractAction
*/
public
function
v1Action
()
{
echo
md5
(
file_get_contents
(
'http://cdn.yoho.cn/app-reactnative/4.0.1/main.zip'
));
exit
;
$result
=
array
(
'code'
=>
200
,
'message'
=>
'Config Success'
,
'md5'
=>
''
,
'data'
=>
array
());
// 根据版本号返回补丁文件信息
...
...
Please
register
or
login
to post a comment