Merge branch 'hotfix/ios'
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -83,9 +83,9 @@ class HfController extends AbstractAction | @@ -83,9 +83,9 @@ class HfController extends AbstractAction | ||
83 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); | 83 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); |
84 | break; | 84 | break; |
85 | case '4.9.0': | 85 | case '4.9.0': |
86 | - $result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.9.0/main0826.js'; | ||
87 | - $result['data']['patchv'] = '111'; | ||
88 | - $result['data']['filecode'] = 'eb9a6b782125f4cd29ca7ece23ab4e4f'; | 86 | + $result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.9.0/main0829.js'; |
87 | + $result['data']['patchv'] = '112'; | ||
88 | + $result['data']['filecode'] = '5ec605c71438642b8da76b62af349f96'; | ||
89 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); | 89 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); |
90 | break; | 90 | break; |
91 | default: // 默认 | 91 | default: // 默认 |
-
Please register or login to post a comment