1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?php
- $config['base'] = array
- (
- 'name' => '农场盒子管理系统',
- 'version' => '1.0.0 Beta',
- 'applet' => array
- (
- 'appid' => 'wxd03e9b0848beb6a7',
- 'secret' => 'c5295869e033d23a672c6349656eb033',
- 'url' => 'https://api.weixin.qq.com/sns/jscode2session',
- ),
-
- 'account' => 'mobile',
-
- 'sex' => array
- (
-
- 2 => 2,
- 1 => 1,
- 0 => 3,
- ),
- 'mobileCode' => array
- (
-
- 'debug' => true,
-
- 'url' => 'http://api.shumi365.com:8090/sms/send.do',
-
- 'method' => 'get',
-
- 'json' => false,
-
- 'header' => '',
-
- 'body' => 'userid=400092&pwd=268692×pan=' . date('YmdHis').'&msgfmt=UTF8',
-
- 'skin' => array
- (
- 'reg' => 35247,
- 'order' => 35246,
-
- ),
-
- 'sign' => 0,
-
- 'timeout' => 600,
-
- 'total' => 10,
-
- 'time' => 60,
-
- 'length' => 6,
- ),
-
- 'regAction' => '',
-
-
-
- 'pay_notify' => 'product/lib/pay.act',
- );
- return $config;
|