Showing
1 changed file
with
4 additions
and
4 deletions
@@ -63,10 +63,10 @@ class HfController extends AbstractAction | @@ -63,10 +63,10 @@ class HfController extends AbstractAction | ||
63 | // $result['data']['filecode'] = md5('f9c03ec39cfb2686d2b778e444fb2306' . 'yohopatch2016'); | 63 | // $result['data']['filecode'] = md5('f9c03ec39cfb2686d2b778e444fb2306' . 'yohopatch2016'); |
64 | // $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); | 64 | // $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); |
65 | // break; | 65 | // break; |
66 | - case '4.0.0': // 版本 | ||
67 | - $result['data']['url'] = ''; | ||
68 | - $result['data']['patchv'] = ''; | ||
69 | - $result['data']['filecode'] = md5('dddd71eed2754a53ad843a78587dc1f5' . 'yohopatch2016'); | 66 | + case '4.5.0': // 版本 |
67 | + $result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.5.0/160615101.js'; | ||
68 | + $result['data']['patchv'] = '101'; | ||
69 | + $result['data']['filecode'] = md5('f80bed974e822a241cd870ac1845a829' . 'yohopatch2016'); | ||
70 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); | 70 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); |
71 | // var_dump('ios 4.0'); | 71 | // var_dump('ios 4.0'); |
72 | break; | 72 | break; |
-
Please register or login to post a comment