| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?php
- return [
- 'adminEmail' => 'admin@example.com',
- 'supportEmail' => 'support@example.com',
- 'user.passwordResetTokenExpire' => 3600,
- 'appSignSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
- 'isAutoSyncDesposit' => 1,
- //支付参数配置
- //环球支付
- 'huanqiu.payUrl' => 'http://merchant-api.globalfastpay.net/api/recharge/check/v2', //网关地址(入金跳转url)
- 'huanqiu.merId' => '446449963', //商户号
- 'huanqiu.appId' => '45594455', //商户账号
- 'huanqiu.key' => '9FD9EF130979F1B1378EA99385264DBA', //商户密钥
- // payflash支付
- 'payflash.payUrl' =>'https://zf.payflash.co/payment/', //网关地址
- 'payflash.merId' =>'BUWCZK', //商户号码
- 'payflash.key' => 'dd7db70c7fa458cdacdb30aa50f4214d', //秘钥
- //trustpay支付
- 'trustpay.payUrl' =>'https://www.digitalpro-ex.com/accounts/trading/order/trustPayOrder', //网关地址
- 'trustpay.merId' =>'148', //商户号码
- //创汇支付
- 'chuanghui.payUrl' =>'http://t.fchzf.com/trade/jhpay', //网关地址
- 'chuanghui.merId' =>'810100000002444', //商户号码
-
- //闪付通支付
- 'shanfutong.payUrl' =>'http://m.818x.cn:8848/qrpay/pay', //网关地址
- 'shanfutong.merId' => '19191261Q6', //商户号码
- 'shanfutong.key' => 'f35b0202c58b49ca88926c0b833e4637', //商户Token
-
- //快付支付
- 'kuaifu.payUrl' =>'http://www.kuaifuzf.com/Pay_Index.html', //网关地址
- 'kuaifu.merId' => '190591014', //商户号码
- 'kuaifu.key' => 'hwz1vdu6nh85lg3q8gr6n9ofk25nxz2c', //商户key
-
- //快付支付(银联扫码)
- 'kuaifu2.payUrl' =>'http://www.kuaifuzf.com/Pay_Index.html', //网关地址
- 'kuaifu2.merId' => '190591014', //商户号码
- 'kuaifu2.key' => 'hwz1vdu6nh85lg3q8gr6n9ofk25nxz2c', //商户key
-
-
- ];
|