params.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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://king.xinda66.com/paygateway/gateway/api/pay',
  10. //'renren.MerchantID' => 'MD201811070000000115',
  11. //'renren.secretKey' => 'ULk2R49orfOxalOM9fK1CCHACTyTanVx',
  12. //'renren.remitKey' => 'PZ4EkKAJaBmnNxnWk5riuyJW9eaVV0Dc',
  13. 'renren.payUrl' => 'http://king.xinda66.com/paygateway/gateway/api/pay',
  14. 'renren.MerchantID' => 'MD201812200000000754',
  15. 'renren.secretKey' => 'KpQ7m6YYP6Iq15rmBy93cnZXKvjuMuxc',
  16. 'renren.remitKey' => 'I9rhuTtSijCEY8sDFPt7MsOEsrhaRV73',
  17. 'wangtong.payUrl' => 'https://api.fwtzf.com/Pay_Index.html',
  18. 'wangtong.merId' => '10034',
  19. 'wangtong.comkey' => 'hb4icg3dv9ur5ilkrqsq2zi9tqews9uj',
  20. 'sand.payUrl' => 'https://cashier.sandpay.com.cn/gateway/api/order/pay',
  21. 'sand.mid' => '15855275',
  22. 'sand.certPwd' => 'LJ5wb9',
  23. 'shangxinshuntong.payUrl' => 'http://www.shangxinshuntong.com:1818/Pay_Index.html',
  24. 'shangxinshuntong.merId' => '10144',
  25. 'shangxinshuntong.comkey' => 'ueu5zub4z2wt0og1q3fszno4odce80qw',
  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' => '10972',
  32. 'xunjie.key' => 'adc00d7f30627e1da8f71b8366f817f318209bd0',
  33. 'ctype.payUrl' => 'https://payment.mtaadv.com/prod/cryptoPay',
  34. 'ctype.partyId' => 'gateway_CTS00057',
  35. 'ctype.accountId' => 'gateway_CTS00057001',
  36. 'ctype.gw_md5key' => '9dc668f85c1dc5cf4994eff6d42b58710e3fe3c6b0cddf3ed86a7b1e5e24df434274c1241aae5b9e8022d780e1c01553ca5bd635d8f0a4f9ad865276d7606342e4a97b62d7290c35fefbe0fd51e00ba6',
  37. ];