Passed
Push — master ( 7850c6...11fc35 )
by ma
02:45
created
config/chinaums.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
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
 ];
Please login to merge, or discard this patch.