Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson authored and StyleCIBot committed Nov 1, 2021
1 parent 2af4b7d commit a207daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ protected function init($first = true)
{
$this->beforeInitSuccess();
$url = $this->vbot->config['server.uri.base'].'/webwxinit?r='.(-time() / 1579).'&pass_ticket='.$this->vbot->config['server.passTicket'];

$result = $this->vbot->http->post($url, json_encode([
'BaseRequest' => $this->vbot->config['server.baseRequest'],
], JSON_UNESCAPED_SLASHES), true);
Expand Down

0 comments on commit a207daf

Please sign in to comment.