params.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. 'wangtong.payUrl' => 'https://api.fwtzf.com/Pay_Index.html',
  14. 'wangtong.merId' => '10033',
  15. 'wangtong.comkey' => 'iyz67h8u7fxdu5v1ta4jk5miwfpb6hty',
  16. 'sand.payUrl' => 'https://cashier.sandpay.com.cn/gateway/api/order/pay',
  17. 'sand.mid' => '14688575',
  18. 'sand.certPwd' => '5BHpij',
  19. 'shangxinshuntong.payUrl' => 'http://www.shangxinshuntong.com:1818/Pay_Index.html',
  20. 'shangxinshuntong.merId' => '10143',
  21. 'shangxinshuntong.comkey' => '9dy37awj0c1g0afsmkwnf8i5i9tfazjl',
  22. 'threexmta.payUrl' => 'https://payment.3xmtapayadv.com/prod/commgr/control/inPayService',
  23. 'threexmta.accountId' => 'gateway_IMTT000496001',
  24. 'threexmta.partyId' => 'gateway_IMTT000496',
  25. 'threexmta.md5key' => '928ff4fc716735611bb33e58a53a2f88ded0878088b423aa1a17f38beabfd7c0a520b421edabcee59b19269d43683fc130539423fb8f2e191eeaa1f5df5933ebee291ae02e284cd377128c87c1bb44f5',
  26. 'xunjie.payUrl' => 'http://www.wmszzfd.com/apisubmit',
  27. 'xunjie.customerid' => '10983',
  28. 'xunjie.key' => '0c0d6b737e2f251b6ee91b829631b41c5824af25',
  29. 'ctype.payUrl' => 'https://payment.mtaadv.com/prod/cryptoPay',
  30. 'ctype.partyId' => 'gateway_CTS00058',
  31. 'ctype.accountId' => 'gateway_CTS00058001',
  32. 'ctype.gw_md5key' => '9f79ea2a687c743c35aab73789eecaa3420b9938a66c0c30e6c06d08d9d97d7f6d95e16e9d4510a067736b8eb86badd2ca767584c5b9bdc6cfeacbef139d8c88cfb986f20f1de21564dedf119f57f712',
  33. 'kexing.payUrl' => 'http://api.kexing688.com/trans-api/trans/api/back.json',
  34. 'kexing.merId' => '850340079225517',
  35. 'kexing.key' => '0c0d6b737e2f251b6ee91b829631b41c5824af25',
  36. ];