Merge branch 'release/4.5' of http://git.yoho.cn/fe/YOHOBUYWAP into release/4.5
Showing
7 changed files
with
3 additions
and
3 deletions
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
@@ -84,9 +84,9 @@ class HfController extends AbstractAction | @@ -84,9 +84,9 @@ class HfController extends AbstractAction | ||
84 | 84 | ||
85 | switch ($version) { | 85 | switch ($version) { |
86 | case '4.4.0': // 版本 | 86 | case '4.4.0': // 版本 |
87 | - $result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/a/4.4.0/201605292017.apatch'; | ||
88 | - $result['data']['patchv'] = '103'; | ||
89 | - $result['data']['filecode'] = '09c95791892253be61412dce0d5c1e62'; | 87 | + $result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/a/4.4.0/201606021630.apatch'; |
88 | + $result['data']['patchv'] = '105'; | ||
89 | + $result['data']['filecode'] = '4fa7a624f6a854123c1fef6d69d1df50'; | ||
90 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); | 90 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); |
91 | // var_dump('android 4.3.0'); | 91 | // var_dump('android 4.3.0'); |
92 | break; | 92 | break; |
-
Please register or login to post a comment