Committed by
Niall
调整code
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -86,7 +86,7 @@ class HfController extends AbstractAction | @@ -86,7 +86,7 @@ class HfController extends AbstractAction | ||
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'; | 87 | $result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/a/4.4.0/201605292017.apatch'; |
88 | $result['data']['patchv'] = '103'; | 88 | $result['data']['patchv'] = '103'; |
89 | - $result['data']['filecode'] = md5('09c95791892253be61412dce0d5c1e62' . 'yohopatch2016'); | 89 | + $result['data']['filecode'] = '09c95791892253be61412dce0d5c1e62'; |
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