Test Failed
Push — master ( ef2848...b459d7 )
by ma
04:16 queued 01:33
created
src/Service/Wechat/SecureCancel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,5 +22,5 @@
 block discarded – undo
22 22
      * 必传的值
23 23
      * @var array
24 24
      */
25
-    protected $require = ['requestTimestamp', 'merOrderId', 'mid', 'tid','instMid'];
25
+    protected $require = ['requestTimestamp', 'merOrderId', 'mid', 'tid', 'instMid'];
26 26
 }
Please login to merge, or discard this patch.
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.