@@ -26,7 +26,7 @@ discard block |
||
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 |
||
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 |
||
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, |