From 925cce229405aeb44024253745e768c80892d9d9 Mon Sep 17 00:00:00 2001 From: justmd5 Date: Fri, 9 Dec 2022 02:18:33 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Api.php b/src/Api.php index b7e2d99..057ae24 100644 --- a/src/Api.php +++ b/src/Api.php @@ -57,8 +57,8 @@ public function auth(bool $auth = true): Api } /** - * @param string $type API接口名称 - * @param array $params 请求参数 非公参以外参数 + * @param string $type API接口名称 + * @param array $params 请求参数 非公参以外参数 * @param string $data_type 响应格式,即返回数据的格式,JSON或者XML(二选一),默认JSON,注意是大写 * * @return mixed