This commit is contained in:
2020-11-18 14:43:51 +08:00
parent 1cf5060217
commit 80a2116cf1
2 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ abstract class ClientAbstracts extends Component implements IClient
*/
public function upload(string $path, array $params = [])
{
return $this->request(self::POST, $path, $params);
return $this->request(self::UPLOAD, $path, $params);
}