@@ -48,7 +48,7 @@ |
||
48 | 48 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException |
49 | 49 | * @throws \GuzzleHttp\Exception\GuzzleException |
50 | 50 | */ |
51 | - public function unbind(string $wechatId = null, string $userStr = null) |
|
51 | + public function unbind(string $wechatId = null, string $userStr = null) |
|
52 | 52 | { |
53 | 53 | return $this->httpPostJson('wxa/unbind_tester', [ |
54 | 54 | ($userStr ? 'userstr' : 'wechatid') => $userStr ?? $wechatId, |