修改入参注释
This commit is contained in:
parent
ffeda6b0d8
commit
9698674350
@ -252,9 +252,11 @@ class Prescription
|
|||||||
/**
|
/**
|
||||||
* 请求封装
|
* 请求封装
|
||||||
* @param string $path
|
* @param string $path
|
||||||
* @param array $option
|
* @param array $arg
|
||||||
* @return array
|
* @return array
|
||||||
|
* @throws ContainerExceptionInterface
|
||||||
* @throws GuzzleException
|
* @throws GuzzleException
|
||||||
|
* @throws NotFoundExceptionInterface
|
||||||
*/
|
*/
|
||||||
protected function httpRequest(string $path,array $arg = []): array
|
protected function httpRequest(string $path,array $arg = []): array
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user