修改推送信息内容,修改请求处方平台超时时间
This commit is contained in:
@@ -39,7 +39,11 @@ class Prescription
|
||||
$this->client_secret = config('prescription_platform.client_secret');
|
||||
$this->pharmacy_code = config('prescription_platform.pharmacy_code');
|
||||
$this->container = ApplicationContext::getContainer();
|
||||
$this->client = $this->container->get(Client::class);
|
||||
$this->client = make(Client::class, [
|
||||
'config' => [
|
||||
'timeout' => 5,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user