...
|
...
|
@@ -57,6 +57,13 @@ class RnController extends AbstractAction |
|
|
$result['data']['filecode'] = '';
|
|
|
$result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data']));
|
|
|
break;
|
|
|
case '4.1.0': // 版本号
|
|
|
$result['data']['url'] = 'http://cdn.yoho.cn/app-downfiles/index.android.bundle.zip';
|
|
|
$result['data']['rnv'] = '101';
|
|
|
$result['data']['minv'] = '4.1.0';
|
|
|
$result['data']['filecode'] = md5('dffb998e43a33215b4c47a4ccd3cf619' . 'yohorn2016');
|
|
|
$result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data']));
|
|
|
break;
|
|
|
default: // 默认
|
|
|
$result['data']['url'] = '';
|
|
|
$result['data']['rnv'] = '';
|
...
|
...
|
|