Test Failed
Branch master (ef2848)
by ma
03:43
created
src/Tools/Http.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
             $defaults[CURLOPT_SSL_VERIFYHOST] = false;
79 79
         }
80 80
 
81
-        curl_setopt_array($ch, (array)$options + $defaults);
81
+        curl_setopt_array($ch, (array) $options + $defaults);
82 82
         $ret = curl_exec($ch);
83 83
         $err = curl_error($ch);
84 84
         if (false === $ret || !empty($err)) {
Please login to merge, or discard this patch.
config/chinaums.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-    'gateway' => 'https://api-mop.chinaums.com/v1',// 请求网关
5
-    'sandbox_gateway' => 'https://test-api-open.chinaums.com/v1',// 沙箱网关
6
-    'mid'       => '',// 商户号
7
-    'tid'       => '',// 终端号
8
-    'appid'     => '',// APPID
9
-    'appkey'    => '',// KEY
10
-    'sandbox'   => false,// 是否开启沙箱
4
+    'gateway' => 'https://api-mop.chinaums.com/v1', // 请求网关
5
+    'sandbox_gateway' => 'https://test-api-open.chinaums.com/v1', // 沙箱网关
6
+    'mid'       => '', // 商户号
7
+    'tid'       => '', // 终端号
8
+    'appid'     => '', // APPID
9
+    'appkey'    => '', // KEY
10
+    'sandbox'   => false, // 是否开启沙箱
11 11
 ];
Please login to merge, or discard this patch.