Test Failed
Branch master (ef2848)
by ma
03:43
created
src/Service/Contract/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
         try {
54 54
             $this->validate();
55 55
             $data = $this->body;
56
-            $gateway  = $this->config['gateway'] . $this->api;
56
+            $gateway = $this->config['gateway'] . $this->api;
57 57
             $data = json_encode($data);
58 58
             $sign = hash('sha256', $data);
59 59
             $method = $this->method;
Please login to merge, or discard this patch.
src/Service/Contract/MchntDcepAlertSign.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'];
27
+    protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'ums_reg_id'];
28 28
 
29 29
 }
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/DataDownload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         try {
38 38
             $this->validate();
39 39
             $data = $this->body;
40
-            $gateway  = $this->config['gateway'] . $this->api;
40
+            $gateway = $this->config['gateway'] . $this->api;
41 41
             $data = json_encode($data);
42 42
             $sign = hash('sha256', $data);
43 43
             $method = $this->method;
Please login to merge, or discard this patch.
src/Service/Contract/AlterSign.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         try {
44 44
             $this->validate();
45 45
             $data = $this->body;
46
-            $gateway  = $this->config['gateway'] . $this->api;
46
+            $gateway = $this->config['gateway'] . $this->api;
47 47
             $data = json_encode($data);
48 48
             $sign = hash('sha256', $data);
49 49
             $method = $this->method;
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/SubmchntListQry.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.