123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- <?php
- $config['base'] = array
- (
- 'name' => '精美时尚',
- 'version' => '1.0.0 Beta',
-
- 'route' => array
- (
- 'end' => array
- (
- 'main/view.article' => 'main/lib/view.end',
- 'main/view.vod' => 'main/lib/view.end',
- 'main/view.live' => 'main/lib/view.end',
- 'main/view.feature' => 'main/lib/view.end',
- 'main/journal_v1.read' => 'main/lib/journal.end',
- ),
- ),
-
-
- 'replace' => array('https://pili-live-hls.jstyle.cn/' =>'http://pili-live-hls.jstyle.cn/'),
-
- 'top' => 'passport/system_id',
-
- 'function' => array
- (
- 1 => '浏览量',
- 2 => '评论',
- 3 => '喜欢',
-
- ),
-
- 'applet_index' => 'pages/choice/index/index',
-
- 'type' => array
- (
- 1 => '图文',
- 2 => '视频',
- 3 => '直播',
- 4 => '小刊',
-
- 6 => '专题',
- 7 => '小程序',
-
-
-
- 13 => '小刊活动页',
- ),
-
- 'type_table' => array
- (
- 1 => 'content/article',
- 2 => 'video/vod',
- 3 => 'video/live',
- 4 => 'journal/info',
- 5 => 'journal/content',
- 6 => 'feature/info',
- 7 => 'content/applet',
-
- 11 => 'act/comment',
- 12 => 'act/live_comment',
- 13 => 'journal/active',
- ),
- 'audit' => array
- (
- 1 => '未审核',
- 2 => '已审核',
- 3 => '审核未通过',
- ),
-
- 'status' => array
- (
- 1 => '下架',
- 2 => '上线发布',
- ),
-
- 'product' => 'service/product',
- 'applet' => array
- (
- 'project' => 'passport/system',
- 'appid' => 'wxd0590664d0004f23',
- 'secret' => '009bf48ffd5a3ceecb6a933492d641d2',
- 'url' => 'https://api.weixin.qq.com/sns/jscode2session',
- ),
-
- 'account' => 'mobile',
-
- 'sex' => array
- (
-
- 2 => 2,
- 1 => 1,
- 3 => 3,
- ),
- 'mobileCode' => array
- (
-
- 'debug' => true,
-
- 'url' => 'https://feginesms.market.alicloudapi.com/codeNotice',
-
- 'method' => 'get',
-
- 'json' => false,
-
- 'header' => 'Authorization:APPCODE ca584ae21ce54c999067e77b5995a27b',
-
- 'body' => 'param={code}&phone={mobile}&sign={sign}&skin={skin}',
-
- 'skin' => array
- (
- 'reg' => 35247,
- 'order' => 35246,
- 'code' => 35245,
-
- 'notice' => 38099,
-
- 'feedback' => 38747,
- ),
-
- 'sign' => 47159,
-
- 'timeout' => 600,
-
- 'total' => 10,
-
- 'time' => 60,
-
- 'length' => 6,
- ),
-
- 'regAction' => '',
-
-
- 'passport_list_button' => array
- (
- 'list1' => array('订单', '"order&project=act&search_option_uid={id}&oper_parent=user&oper_project=passport"'),
- 'list2' => array('兑换码', '"info&project=code&search_option_create_uid={id}&oper_parent=user&oper_project=passport"'),
- 'list3' => array('积分', '"user&project=score&search_option_uid={id}&oper_parent=user&oper_project=passport"'),
- ),
-
- 'pay_notify' => 'service/lib/pay.act',
- );
- $config['template'] = array
- (
-
- 'assets' => 'mobile',
-
- 'template' => 'mobile',
-
- 'path' => '',
- 'replace' => array
- (
- 'css' => 'css/',
- 'js' => 'js/',
- 'images' => 'images/',
- 'script' => 'script/',
- ),
-
- 'relation' => array
- (
-
- 'home' => 'index',
- 'page' => 'rule',
- ),
-
- );
- return $config;
|