...
|
...
|
@@ -53,7 +53,7 @@ class HfController extends AbstractAction |
|
|
case '4.0.0': // 版本号
|
|
|
$result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/4.0.0/main2.js';
|
|
|
$result['data']['patchv'] = '102';
|
|
|
$result['data']['filecode'] = md5('53b86b14490ead50ff78cac30a2494f3' . 'yohopatch2016');
|
|
|
$result['data']['filecode'] = md5('dddd71eed2754a53ad843a78587dc1f5' . 'yohopatch2016');
|
|
|
$result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data']));
|
|
|
break;
|
|
|
default: // 默认
|
...
|
...
|
|