This commit is contained in:
2021-08-13 14:23:18 +08:00
parent 1e8dbecbf5
commit de4e63d7f9
2 changed files with 17 additions and 5 deletions
+1 -2
View File
@@ -71,10 +71,9 @@ abstract class ClientAbstracts extends Component implements IClient
/**
* @param $path
* @param string $path
* @param array $params
* @return array|int|string|Result
* @throws
*/
public function post(string $path, array $params = []): array|int|string|Result
{