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