Passed
Push — master ( 11fc35...3107c6 )
by ma
02:50
created
src/Service/Common/BaseRefundQuery.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.
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/DataDownload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         try {
39 39
             $this->validate();
40 40
             $data = $this->body;
41
-            $gateway  = $this->config['gateway'] . $this->api;
41
+            $gateway = $this->config['gateway'] . $this->api;
42 42
             $data = json_encode($data);
43 43
             $sign = hash('sha256', $data);
44 44
             $method = $this->method;
Please login to merge, or discard this patch.
src/Service/Contract/MerchantReg.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/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         try {
39 39
             $this->validate();
40 40
             $data = $this->body;
41
-            $gateway  = $this->config['gateway'] . $this->api;
41
+            $gateway = $this->config['gateway'] . $this->api;
42 42
             $data = json_encode($data);
43 43
             $sign = hash('sha256', $data);
44 44
             $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
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         try {
39 39
             $this->validate();
40 40
             $data = $this->body;
41
-            $gateway  = $this->config['gateway'] . $this->api;
41
+            $gateway = $this->config['gateway'] . $this->api;
42 42
             $data = json_encode($data);
43 43
             $sign = hash('sha256', $data);
44 44
             $method = $this->method;
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.
src/Service/Contract/NmrsCertChangeSign.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/StoreChangeSign.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         try {
39 39
             $this->validate();
40 40
             $data = $this->body;
41
-            $gateway  = $this->config['gateway'] . $this->api;
41
+            $gateway = $this->config['gateway'] . $this->api;
42 42
             $data = json_encode($data);
43 43
             $sign = hash('sha256', $data);
44 44
             $method = $this->method;
Please login to merge, or discard this patch.