@@ -81,7 +81,6 @@ discard block |
||
81 | 81 | * setConfigRequestMethod |
82 | 82 | * 设置请求方法. |
83 | 83 | * |
84 | - * @param string $method |
|
85 | 84 | */ |
86 | 85 | public function setConfigContentType($contentType) |
87 | 86 | { |
@@ -94,7 +93,6 @@ discard block |
||
94 | 93 | * setConfigSecretKey |
95 | 94 | * 设置secretKey. |
96 | 95 | * |
97 | - * @param string $secretKey |
|
98 | 96 | */ |
99 | 97 | public function setConfigRequestMethod($requestMethod) |
100 | 98 | { |
@@ -150,7 +148,7 @@ discard block |
||
150 | 148 | * |
151 | 149 | * @param array $paramArray 请求参数 |
152 | 150 | * @param string $secretKey 订阅密钥 |
153 | - * @param string $ContentType 请求Body的类型 |
|
151 | + * @param string $contentType 请求Body的类型 |
|
154 | 152 | * @param string $requestMethod 请求方式,GET/POST |
155 | 153 | * @param string $url 接口URL |
156 | 154 | * @param string $body 请求Body |
@@ -225,10 +223,9 @@ discard block |
||
225 | 223 | * |
226 | 224 | * @param array $paramArray 请求参数 |
227 | 225 | * @param string $secretKey 订阅密钥 |
228 | - * @param string $ContentType 请求Body的类型 |
|
226 | + * @param string $contentType 请求Body的类型 |
|
229 | 227 | * @param string $requestMethod 请求方式,GET/POST |
230 | - * @param string $url 接口URL |
|
231 | - * @param string $body 请求Body |
|
228 | + * @param string $requestHost |
|
232 | 229 | * |
233 | 230 | * @return |
234 | 231 | */ |
@@ -259,7 +256,7 @@ discard block |
||
259 | 256 | * _dealResponse |
260 | 257 | * 处理返回. |
261 | 258 | * |
262 | - * @param array $response |
|
259 | + * @param Request $response |
|
263 | 260 | * |
264 | 261 | * @return |
265 | 262 | */ |