Passed
Push — master ( b979a3...edb5ad )
by ma
03:05
created
src/Service/Contract/ComplexAlterAcctinfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,5 +24,5 @@
 block discarded – undo
24 24
      * 必传的值
25 25
      * @var array
26 26
      */
27
-    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date','request_seq','mer_no','alter_bank_acct_no','alter_bank_no','pic_list'];
27
+    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'mer_no', 'alter_bank_acct_no', 'alter_bank_no', 'pic_list'];
28 28
 }
Please login to merge, or discard this patch.
src/Service/Contract/MerAlter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,9 +52,9 @@
 block discarded – undo
52 52
         try {
53 53
             $this->validate();
54 54
             $data = $this->body;
55
-            $gateway  = $this->config['gateway'] . $this->api;
55
+            $gateway = $this->config['gateway'] . $this->api;
56 56
             if (strtoupper($this->platform) == 'PC') {
57
-                $gateway  = $this->config['gateway'] . $this->PCapi;
57
+                $gateway = $this->config['gateway'] . $this->PCapi;
58 58
             }
59 59
             $data = json_encode($data);
60 60
             $sign = hash('sha256', $data);
Please login to merge, or discard this patch.
src/Service/Contract/BranchBankList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,6 +24,6 @@
 block discarded – undo
24 24
      * 必传的值
25 25
      * @var array
26 26
      */
27
-    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq','areaCode','key'];
27
+    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'areaCode', 'key'];
28 28
 
29 29
 }
Please login to merge, or discard this patch.
src/Service/Contract/DcepSmsSend.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,6 +24,6 @@
 block discarded – undo
24 24
      * 必传的值
25 25
      * @var array
26 26
      */
27
-    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq','mobileNo'];
27
+    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'mobileNo'];
28 28
 
29 29
 }
Please login to merge, or discard this patch.
src/Service/Contract/NmrsDcepOpen.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,6 +24,6 @@
 block discarded – undo
24 24
      * 必传的值
25 25
      * @var array
26 26
      */
27
-    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq','merNo'];
27
+    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'merNo'];
28 28
 
29 29
 }
Please login to merge, or discard this patch.
src/Service/Contract/CompanyAccountVerify.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,6 +24,6 @@
 block discarded – undo
24 24
      * 必传的值
25 25
      * @var array
26 26
      */
27
-    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq','ums_reg_id','company_account','trans_amt'];
27
+    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'ums_reg_id', 'company_account', 'trans_amt'];
28 28
 
29 29
 }
Please login to merge, or discard this patch.
src/Service/Contract/PicUpload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,5 +24,5 @@
 block discarded – undo
24 24
      * 必传的值
25 25
      * @var array
26 26
      */
27
-    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date','request_seq','pic_base64'];
27
+    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'pic_base64'];
28 28
 }
Please login to merge, or discard this patch.
src/Service/Contract/RequestAccountVerify.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,5 +24,5 @@
 block discarded – undo
24 24
      * 必传的值
25 25
      * @var array
26 26
      */
27
-    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date','request_seq','ums_reg_id','company_account'];
27
+    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'ums_reg_id', 'company_account'];
28 28
 }
Please login to merge, or discard this patch.
src/Service/Wechat/SubOrderConfirm.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','platformAmount'];
25
+    protected $require = ['requestTimestamp', 'merOrderId', 'mid', 'tid', 'instMid', 'platformAmount'];
26 26
 }
Please login to merge, or discard this patch.