12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?php
- $config['base'] = array
- (
- 'name' => '内容管理平台',
- 'version' => '1.0.0 Beta',
-
- 'product' => 'service/product',
- 'applet' => array
- (
- 'url' => 'https://api.weixin.qq.com/sns/jscode2session',
- ),
-
- 'account' => 'mobile',
-
- 'sex' => array
- (
-
- 2 => 2,
- 1 => 1,
- 0 => 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' => '',
-
-
-
- 'pay_notify' => 'service/lib/pay.act',
- );
- return $config;
|