12345678910111213141516171819202122232425262728293031323334 |
- <?php
- return [
- 'adminEmail' => 'admin@example.com',
- 'supportEmail' => 'support@example.com',
- 'user.passwordResetTokenExpire' => 3600,
- 'wechat'=>[ //公众号配置
- 'token'=>'lsmweixin',
- 'appID'=>'wx7cfe2e5e0141f8c1',
- 'appsecret'=>'', //需要填写公众号appsecret
- 'key' =>'zhoujianqunhahahahahahahahahahah',
- 'mchid' =>'1490801252',
- 'apiclient_cert' =>'/web/weixinBusine/apiclient_cert.pem',
- 'apiclient_key' =>'/web/weixinBusine/apiclient_key.pem',
- 'rootca' =>'/web/weixinBusine/rootca.pem',
- ],
- 'sitetitle'=>'豪省心',
- 'message'=>[ //短信配置
- 'id'=>'600049',
- 'pwd'=>'',
- 'ip'=>'115.29.47.151',
- 'username' =>'FXMcqhd'
- ],
- //微信小程序
- 'wechatapi'=>[
- 'appidUser' => 'wxbf3e74925986ee5a',//用户端appid
- 'secretUser' => '',//用户端secret
- 'appidCompany' => 'wx9bf9b24f53165887',//公司端appid
- 'secretCompany' => '',//公司端secret
- ],
- 'memberPrice' =>1688,
- 'companyMemberPrice' =>688,
- ];
|