| 12345678910111213141516171819 |
- <?php
- // 支付配置
- return [
- 'pagsmilepay' => [
- 'cash_app_id' => 'B3F16E6841D342CA8CC2ADA6A4C33A42', // 提现appid
- 'cashSecretKey' => 'PNLPqctvDz', // 提现秘钥
- 'app_id' => '16655639662902937', // 充值appid
- 'SecretKey' => 'Luxpag_sk_8852946307a55a9179831c8db05b40cbeb2e1a51460b3967ea007d2f70b89902', // 充值秘钥
- 'pay_url' => 'https://gateway-test.pagsmile.com', // 充值请求url
- 'cash_url' => 'https://sandbox.transfersmile.com', // 提现请求url
- 'notify' => 'http://spain.2v1.cn/api/Pagsmilepay/notify', // 支付异步回调
- 'syncNotify' => 'http://spain.2v1.cn/api/Pagsmilepay/sync_notify', // 支付同步回调
- 'cashierNotify' => 'http://spain.2v1.cn/api/Pagsmilepay/cash_notify' // 提现异步回调
- ],
- ];
|