params.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'supportEmail' => 'support@example.com',
  5. 'user.passwordResetTokenExpire' => 3600,
  6. 'appSignSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
  7. 'isAutoSyncDesposit' => 1,
  8. //支付参数配置
  9. //环球支付
  10. 'huanqiu.payUrl' => 'http://merchant-api.globalfastpay.net/api/recharge/check/v2', //网关地址(入金跳转url)
  11. 'huanqiu.merId' => '446449963', //商户号
  12. 'huanqiu.appId' => '45594455', //商户账号
  13. 'huanqiu.key' => '9FD9EF130979F1B1378EA99385264DBA', //商户密钥
  14. // payflash支付
  15. 'payflash.payUrl' =>'https://zf.payflash.co/payment/', //网关地址
  16. 'payflash.merId' =>'BUWCZK', //商户号码
  17. 'payflash.key' => 'dd7db70c7fa458cdacdb30aa50f4214d', //秘钥
  18. //trustpay支付
  19. 'trustpay.payUrl' =>'https://www.digitalpro-ex.com/accounts/trading/order/trustPayOrder', //网关地址
  20. 'trustpay.merId' =>'148', //商户号码
  21. //创汇支付
  22. 'chuanghui.payUrl' =>'http://t.fchzf.com/trade/jhpay', //网关地址
  23. 'chuanghui.merId' =>'810100000002444', //商户号码
  24. //闪付通支付
  25. 'shanfutong.payUrl' =>'http://m.818x.cn:8848/qrpay/pay', //网关地址
  26. 'shanfutong.merId' => '19191261Q6', //商户号码
  27. 'shanfutong.key' => 'f35b0202c58b49ca88926c0b833e4637', //商户Token
  28. //快付支付
  29. 'kuaifu.payUrl' =>'http://www.kuaifuzf.com/Pay_Index.html', //网关地址
  30. 'kuaifu.merId' => '190591014', //商户号码
  31. 'kuaifu.key' => 'hwz1vdu6nh85lg3q8gr6n9ofk25nxz2c', //商户key
  32. //快付支付(银联扫码)
  33. 'kuaifu2.payUrl' =>'http://www.kuaifuzf.com/Pay_Index.html', //网关地址
  34. 'kuaifu2.merId' => '190591014', //商户号码
  35. 'kuaifu2.key' => 'hwz1vdu6nh85lg3q8gr6n9ofk25nxz2c', //商户key
  36. ];