123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- <?php
- $config['base'] = array
- (
- 'name' => '合小记',
-
- 'version' => '1.0.0 Beta',
-
- 'category' => 1,
-
- 'top' => 'passport/system_id',
-
- 'table' => array
- (
- 1 => '合集',
- 2 => '合集章节',
- 3 => '合集内容',
- 20 => '信息',
- ),
-
- 'table_name' => array
- (
- 1 => 'collection/info',
- 2 => 'collection/page',
- 3 => 'collection/content',
- 20 => 'community/info',
- 30 => 'community/moment',
- ),
- 'audit' => array
- (
- 1 => '已审核',
- 2 => '未审核',
- 3 => '审核未通过',
- ),
-
- 'status' => array
- (
- 1 => '上线发布',
- 2 => '下架',
- ),
-
- 'applet' => array
- (
- 'project' => 'passport/system',
- 'url' => 'https://api.weixin.qq.com/sns/jscode2session',
-
- 'index' => 'pages/index/index',
- ),
-
- 'encode_key' => 'dreamland1985',
-
- 'account' => 'mobile',
-
- 'sex' => array
- (
-
- 2 => 2,
- 1 => 1,
- 3 => 3,
- ),
- 'mobileCode' => array
- (
-
- 'debug' => true,
-
- 'url' => 'https://feginesms.market.alicloudapi.com/codeNotice',
- 'url' => '',
-
- 'save' => 'db',
-
- '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
- (
-
- ),
-
-
-
- 'log' => array
- (
- 'cron' => array
- (
- 'ad/lib/cron.run'
- ),
- ),
-
- 'score' => array
- (
-
- 'sync' => true,
- ),
-
- 'pic' => 'yun_t1',
-
- 'queue' => array
- (
- 'method' => 'redis',
- 'host' => 'server-redis',
- 'port' => '6379',
- 'password' => 'dm_redis_123',
- ),
- );
- $config['template'] = array
- (
-
-
- 'assets' => 'mobile',
-
- 'template' => 'mobile',
-
- 'path' => '',
- 'replace' => array
- (
- 'css' => 'css/',
- 'js' => 'js/',
- 'images' => 'images/',
- 'script' => 'script/',
- 'static' => './static/',
- ),
-
- 'relation' => array
- (
-
- 'home' => 'page',
- ),
-
- );
- return $config;
|