params.php 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. // 'renren.payUrl' => 'http://pay.xinda66.com/paygateway/gateway/api/pay',
  10. // 'renren.MerchantID' => 'MD201810080000001491',
  11. // 'renren.secretKey' => 'sSnVMVpsAwgjtzhKb3usdNsHAuf9nIMH',
  12. // 'renren.remitKey' => 'Yp3DNJ4qyQauJI29HvKh1XWmsvAnJUh6',
  13. 'renren.payUrl' => 'http://king.xinda66.com/paygateway/gateway/api/pay',
  14. 'renren.MerchantID' => 'MD201812180000000736',
  15. 'renren.secretKey' => '1GcRZjS9Lx684wMhGzmLVNfT7jP5UqkD',
  16. 'renren.remitKey' => '9TtxFsmMKFJCL7hvnIlM9dWeJu2ahhzX',
  17. 'wangtong.payUrl' => 'https://api.fwtzf.com/Pay_Index.html',
  18. 'wangtong.merId' => '10033',
  19. 'wangtong.comkey' => 'iyz67h8u7fxdu5v1ta4jk5miwfpb6hty',
  20. 'sand.payUrl' => 'https://cashier.sandpay.com.cn/gateway/api/order/pay',
  21. 'sand.mid' => '14688575',
  22. 'sand.certPwd' => '5BHpij',
  23. 'shangxinshuntong.payUrl' => 'http://www.shangxinshuntong.com:1818/Pay_Index.html',
  24. 'shangxinshuntong.merId' => '10143',
  25. 'shangxinshuntong.comkey' => '9dy37awj0c1g0afsmkwnf8i5i9tfazjl',
  26. 'threexmta.payUrl' => 'https://payment.3xmtapayadv.com/prod/commgr/control/inPayService',
  27. 'threexmta.accountId' => 'gateway_IMTT000496001',
  28. 'threexmta.partyId' => 'gateway_IMTT000496',
  29. 'threexmta.md5key' => '928ff4fc716735611bb33e58a53a2f88ded0878088b423aa1a17f38beabfd7c0a520b421edabcee59b19269d43683fc130539423fb8f2e191eeaa1f5df5933ebee291ae02e284cd377128c87c1bb44f5',
  30. 'xunjie.payUrl' => 'http://www.wmszzfd.com/apisubmit',
  31. 'xunjie.customerid' => '10983',
  32. 'xunjie.key' => '0c0d6b737e2f251b6ee91b829631b41c5824af25',
  33. 'ctype.payUrl' => 'https://payment.mtaadv.com/prod/cryptoPay',
  34. 'ctype.partyId' => 'gateway_CTS00055',
  35. 'ctype.accountId' => 'gateway_CTS00055001',
  36. 'ctype.gw_md5key' => 'fe35f95825f74c59ed27da45e28935d3d2ba394bc27b7ac11288d4376aaa3188b377faace53c135a42c94f5e22603a47cbb9b1d2c3c19531ccb7cc6b666dce308672039b43c04ba3e5cd6724a925b825',
  37. 'kexing.payUrl' => 'http://api.kexing688.com/trans-api/trans/api/back.json',
  38. 'kexing.merId' => '850340079225517',
  39. 'huiying.payUrl' => 'http://www.zjfmc.com/GateWay/ReceiveBank.aspx',
  40. 'huiying.merId' => '1587',
  41. 'huiying.key' => 'IUE9fHZEB5hUbzcpVlLkq73CFRhnaWES',
  42. //创汇支付
  43. 'chuanghui.payUrl' =>'http://t.fchzf.com/trade/jhpay', //网关地址
  44. 'chuanghui.merId' =>'810100000002248', //商户号码
  45. //农直通
  46. 'nongzhitong.payUrl' => 'http://172.96.197.191:51080/api/payOrder', //网银和快捷支付
  47. 'nongzhitong.userId' => 'M000014', //商户号码
  48. 'nongzhitong.Key' => '80000167b957762710f27a9178ef1d43', //秘钥
  49. ];