@@ -45,7 +45,7 @@ |
||
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | if (0 !== $destination->get('err_no')) { |
| 48 | - throw new InvalidResponseException(Exception::RESPONSE_BUSINESS_CODE_WRONG, '抖音返回业务异常: '.$destination->get('err_tips'), $destination); |
|
| 48 | + throw new InvalidResponseException(Exception::RESPONSE_BUSINESS_CODE_WRONG, '抖音返回业务异常: ' . $destination->get('err_tips'), $destination); |
|
| 49 | 49 | } |
| 50 | 50 | } |
| 51 | 51 | } |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function getPlugins(array $params): array |
| 34 | 34 | { |
| 35 | - $method = Str::camel($params['_action'] ?? 'default').'Plugins'; |
|
| 35 | + $method = Str::camel($params['_action'] ?? 'default') . 'Plugins'; |
|
| 36 | 36 | |
| 37 | 37 | if (method_exists($this, $method)) { |
| 38 | 38 | return $this->{$method}(); |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | */ |
| 29 | 29 | public function getPlugins(array $params): array |
| 30 | 30 | { |
| 31 | - $method = Str::camel($params['_action'] ?? 'default').'Plugins'; |
|
| 31 | + $method = Str::camel($params['_action'] ?? 'default') . 'Plugins'; |
|
| 32 | 32 | |
| 33 | 33 | if (method_exists($this, $method)) { |
| 34 | 34 | return $this->{$method}($params); |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function getPlugins(array $params): array |
| 34 | 34 | { |
| 35 | - $method = Str::camel($params['_action'] ?? 'default').'Plugins'; |
|
| 35 | + $method = Str::camel($params['_action'] ?? 'default') . 'Plugins'; |
|
| 36 | 36 | |
| 37 | 37 | if (method_exists($this, $method)) { |
| 38 | 38 | return $this->{$method}(); |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function getPlugins(array $params): array |
| 34 | 34 | { |
| 35 | - $method = Str::camel($params['_action'] ?? 'default').'Plugins'; |
|
| 35 | + $method = Str::camel($params['_action'] ?? 'default') . 'Plugins'; |
|
| 36 | 36 | |
| 37 | 37 | if (method_exists($this, $method)) { |
| 38 | 38 | return $this->{$method}(); |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function getPlugins(array $params): array |
| 34 | 34 | { |
| 35 | - $method = Str::camel($params['_action'] ?? 'default').'Plugins'; |
|
| 35 | + $method = Str::camel($params['_action'] ?? 'default') . 'Plugins'; |
|
| 36 | 36 | |
| 37 | 37 | if (method_exists($this, $method)) { |
| 38 | 38 | return $this->{$method}(); |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function getPlugins(array $params): array |
| 34 | 34 | { |
| 35 | - $method = Str::camel($params['_action'] ?? 'default').'Plugins'; |
|
| 35 | + $method = Str::camel($params['_action'] ?? 'default') . 'Plugins'; |
|
| 36 | 36 | |
| 37 | 37 | if (method_exists($this, $method)) { |
| 38 | 38 | return $this->{$method}(); |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function getPlugins(array $params): array |
| 34 | 34 | { |
| 35 | - $method = Str::camel($params['_action'] ?? 'default').'Plugins'; |
|
| 35 | + $method = Str::camel($params['_action'] ?? 'default') . 'Plugins'; |
|
| 36 | 36 | |
| 37 | 37 | if (method_exists($this, $method)) { |
| 38 | 38 | return $this->{$method}(); |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | public function getPlugins(array $params): array |
| 34 | 34 | { |
| 35 | - $method = Str::camel($params['_action'] ?? 'default').'Plugins'; |
|
| 35 | + $method = Str::camel($params['_action'] ?? 'default') . 'Plugins'; |
|
| 36 | 36 | |
| 37 | 37 | if (method_exists($this, $method)) { |
| 38 | 38 | return $this->{$method}(); |