Showing
1 changed file
with
1 additions
and
1 deletions
@@ -77,7 +77,7 @@ class HfController extends AbstractAction | @@ -77,7 +77,7 @@ class HfController extends AbstractAction | ||
77 | break; | 77 | break; |
78 | case '4.8.0': | 78 | case '4.8.0': |
79 | case '4.8.1': | 79 | case '4.8.1': |
80 | - $result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.8.0/main.js'; | 80 | + $result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.8.1/main.js'; |
81 | $result['data']['patchv'] = '102'; | 81 | $result['data']['patchv'] = '102'; |
82 | $result['data']['filecode'] = md5('124ea75e8fffa40ba2d610689ed8bc58' . 'yohopatch2016'); | 82 | $result['data']['filecode'] = md5('124ea75e8fffa40ba2d610689ed8bc58' . 'yohopatch2016'); |
83 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); | 83 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); |
-
Please register or login to post a comment