params.php 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'supportEmail' => 'support@example.com',
  5. 'user.passwordResetTokenExpire' => 3600,
  6. 'wechat'=>[ //公众号配置
  7. 'token'=>'lsmweixin',
  8. 'appID'=>'wx7cfe2e5e0141f8c1',
  9. 'appsecret'=>'', //需要填写公众号appsecret
  10. 'key' =>'zhoujianqunhahahahahahahahahahah',
  11. 'mchid' =>'1490801252',
  12. 'apiclient_cert' =>'/web/weixinBusine/apiclient_cert.pem',
  13. 'apiclient_key' =>'/web/weixinBusine/apiclient_key.pem',
  14. 'rootca' =>'/web/weixinBusine/rootca.pem',
  15. ],
  16. 'sitetitle'=>'豪省心',
  17. 'message'=>[ //短信配置
  18. 'id'=>'600049',
  19. 'pwd'=>'',
  20. 'ip'=>'115.29.47.151',
  21. 'username' =>'FXMcqhd'
  22. ],
  23. //微信小程序
  24. 'wechatapi'=>[
  25. 'appidUser' => 'wxbf3e74925986ee5a',//用户端appid
  26. 'secretUser' => '',//用户端secret
  27. 'appidCompany' => 'wx9bf9b24f53165887',//公司端appid
  28. 'secretCompany' => '',//公司端secret
  29. ],
  30. 'memberPrice' =>1688,
  31. 'companyMemberPrice' =>688,
  32. ];