修改入参注释

This commit is contained in:
wucongxing8150 2024-04-09 11:09:55 +08:00
parent ffeda6b0d8
commit 9698674350

View File

@ -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
{ {