You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
1.0 KiB

  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'supportEmail' => 'support@example.com',
  5. 'user.passwordResetTokenExpire' => 3600,
  6. 'authorizeUrl' => 'https://open.weixin.qq.com/connect/oauth2/authorize?',//微信提供的授权登录路径
  7. 'authTokenUrl' => 'https://api.weixin.qq.com/sns/oauth2/access_token?',//微信token获取地址
  8. 'ali_authorizeUrl' => 'https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?',//支付宝提供的授权登录路径
  9. 'ali_authTokenUrl' => 'https://openapi.alipay.com/gateway.do',//支付宝token获取地址
  10. 'SMS_cdKey' => '2f29960346a3b5be1131d6c782ec48b2',//发送短信 key
  11. 'SMS_host' => 'https://sms.yunpian.com/v2/sms/single_send.json',//发送短信接口地址
  12. 'geetest' => [
  13. 'id' => '15d989af9acaa6b3f283644a644dc9e6',
  14. 'key' => 'acd459cb9d8295e2546523f7cc8b1272'
  15. ],
  16. 'payUrl' => '/web/zzcx/?#/main/pay/order_pay?order_id=',//支付页面地址
  17. 'order_detail' => '/web/zzcx/?#/main/user/order_detail?order_id=',//订详情页面
  18. ];