Skip to content

Commit

Permalink
调整
Browse files Browse the repository at this point in the history
  • Loading branch information
WangNingkai committed Jun 26, 2019
1 parent 7b26530 commit a18c474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Service/GraphRequest.php
Expand Up @@ -122,7 +122,7 @@ public function request($method, $param, $token = null): self
} else {
$curl = new Curl();
}
$curl->setUserAgent('ISV|OLAINDEX|OLAINDEX/9.9.9');
$curl->setUserAgent('ISV|OLAINDEX|OLAINDEX/4.0');
$curl->setHeaders($this->headers);
$curl->setRetry(CoreConstants::DEFAULT_RETRY);
$curl->setConnectTimeout(CoreConstants::DEFAULT_CONNECT_TIMEOUT);
Expand Down

0 comments on commit a18c474

Please sign in to comment.