| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?php
- return [
- 'adminEmail' => 'admin@example.com',
- 'supportEmail' => 'support@example.com',
- 'user.passwordResetTokenExpire' => 3600,
- 'appSignSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
- 'isAutoSyncDesposit' => 1,
- //支付参数配置
-
- //'renren.payUrl' => 'http://king.xinda66.com/paygateway/gateway/api/pay',
- //'renren.MerchantID' => 'MD201811070000000115',
- //'renren.secretKey' => 'ULk2R49orfOxalOM9fK1CCHACTyTanVx',
- //'renren.remitKey' => 'PZ4EkKAJaBmnNxnWk5riuyJW9eaVV0Dc',
- 'renren.payUrl' => 'http://king.xinda66.com/paygateway/gateway/api/pay',
- 'renren.MerchantID' => 'MD201812200000000754',
- 'renren.secretKey' => 'KpQ7m6YYP6Iq15rmBy93cnZXKvjuMuxc',
- 'renren.remitKey' => 'I9rhuTtSijCEY8sDFPt7MsOEsrhaRV73',
- 'wangtong.payUrl' => 'https://api.fwtzf.com/Pay_Index.html',
- 'wangtong.merId' => '10034',
- 'wangtong.comkey' => 'hb4icg3dv9ur5ilkrqsq2zi9tqews9uj',
-
- 'sand.payUrl' => 'https://cashier.sandpay.com.cn/gateway/api/order/pay',
- 'sand.mid' => '15855275',
- 'sand.certPwd' => 'LJ5wb9',
-
- 'shangxinshuntong.payUrl' => 'http://www.shangxinshuntong.com:1818/Pay_Index.html',
- 'shangxinshuntong.merId' => '10144',
- 'shangxinshuntong.comkey' => 'ueu5zub4z2wt0og1q3fszno4odce80qw',
-
-
- 'threexmta.payUrl' => 'https://payment.3xmtapayadv.com/prod/commgr/control/inPayService',
- 'threexmta.accountId' => 'gateway_IMTT000496001',
- 'threexmta.partyId' => 'gateway_IMTT000496',
- 'threexmta.md5key' => '928ff4fc716735611bb33e58a53a2f88ded0878088b423aa1a17f38beabfd7c0a520b421edabcee59b19269d43683fc130539423fb8f2e191eeaa1f5df5933ebee291ae02e284cd377128c87c1bb44f5',
- 'xunjie.payUrl' => 'http://www.wmszzfd.com/apisubmit',
- 'xunjie.customerid' => '10972',
- 'xunjie.key' => 'adc00d7f30627e1da8f71b8366f817f318209bd0',
-
- 'ctype.payUrl' => 'https://payment.mtaadv.com/prod/cryptoPay',
- 'ctype.partyId' => 'gateway_CTS00057',
- 'ctype.accountId' => 'gateway_CTS00057001',
- 'ctype.gw_md5key' => '9dc668f85c1dc5cf4994eff6d42b58710e3fe3c6b0cddf3ed86a7b1e5e24df434274c1241aae5b9e8022d780e1c01553ca5bd635d8f0a4f9ad865276d7606342e4a97b62d7290c35fefbe0fd51e00ba6',
- ];
|