Completed
Push — master ( 40007f...17133d )
by wannanbigpig
03:34 queued 10s
created
src/MiniProgram/Base/Client.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     public function getBaseInfo()
27 27
     {
28 28
         $method = 'alipay.open.mini.baseinfo.query';
29
-        $params = [];
29
+        $params = [ ];
30 30
 
31 31
         return $this->request($method, [
32 32
             'biz_content' => $params,
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
         ];
77 77
 
78 78
         if ($templateVersion !== null) {
79
-            $params['template_version'] = $templateVersion;
79
+            $params[ 'template_version' ] = $templateVersion;
80 80
         }
81 81
 
82 82
         return $this->request($method, [
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     public function getCategoryList()
166 166
     {
167 167
         $method = 'alipay.open.mini.category.query';
168
-        $params = [];
168
+        $params = [ ];
169 169
 
170 170
         return $this->request($method, [
171 171
             'biz_content' => $params,
Please login to merge, or discard this patch.