超时 5s
This commit is contained in:
parent
d2c103c980
commit
516f7b8468
@ -177,7 +177,7 @@ public function check($module_id = null): bool
|
||||
|
||||
public function http(): PendingRequest
|
||||
{
|
||||
return Http::module($this->api_token, $this->url)->acceptJson();
|
||||
return Http::module($this->api_token, $this->url)->acceptJson()->timeout(5);
|
||||
}
|
||||
|
||||
#[ArrayShape(['transactions' => "array"])]
|
||||
|
Loading…
Reference in New Issue
Block a user