@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | return [ |
4 | 4 | 'gateway' => [ |
5 | - 'default' => 'https://api-mop.chinaums.com',// 默认正式网关 |
|
6 | - 'wh_open' => 'https://api-mop-wh.open.chinaums.com',// 正式网关 |
|
7 | - 'sandbox' => 'https://test-api-open.chinaums.com',// 沙箱网关 |
|
5 | + 'default' => 'https://api-mop.chinaums.com', // 默认正式网关 |
|
6 | + 'wh_open' => 'https://api-mop-wh.open.chinaums.com', // 正式网关 |
|
7 | + 'sandbox' => 'https://test-api-open.chinaums.com', // 沙箱网关 |
|
8 | 8 | ], |
9 | - 'mid' => '',// 商户号 |
|
10 | - 'tid' => '',// 终端号 |
|
11 | - 'appid' => '',// APPID |
|
12 | - 'appkey' => '',// KEY |
|
13 | - 'sandbox' => false,// 是否开启沙箱 |
|
9 | + 'mid' => '', // 商户号 |
|
10 | + 'tid' => '', // 终端号 |
|
11 | + 'appid' => '', // APPID |
|
12 | + 'appkey' => '', // KEY |
|
13 | + 'sandbox' => false, // 是否开启沙箱 |
|
14 | 14 | ]; |