Passed
Push — master ( 11fc35...3107c6 )
by ma
02:50
created
example/Contract/AgreementSignTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 $config = include_once './Config/Config.php';
9 9
 
10 10
 $data = [
11
-    'request_date' => date('YmdHis'),//请求时间
11
+    'request_date' => date('YmdHis'), //请求时间
12 12
     'ums_reg_id'=>'20181218161925001674',
13 13
     'request_seq' => uniqid(), 
14 14
 ];
Please login to merge, or discard this patch.
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.