Authored by 毕凯

增加 share id

... ... @@ -17,7 +17,7 @@
</div>
<script type="text/javascript">
setTimeout(function (){
location.href = "/cuxiao/yuanxiao/result";
}, 200000);
location.href = "/cuxiao/yuanxiao/result?share_id=231";
}, 2000);
</script>
{{> cuxiao/yuanxiao/footer}}
... ...
... ... @@ -9,8 +9,8 @@ use Plugin\Helpers;
*/
class YuanxiaoController extends HuodongAction
{
const STATIC_FILE = 'http://localhost:2222/assets/1.0.6';
// const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016yuanxiao/1.0.6';
// const STATIC_FILE = 'http://localhost:2222/assets/1.0.6';
const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016yuanxiao/1.0.6';
const ENCRYPT_KEY = 'iamgtskkwhoareyou';
/**
... ...