This commit is contained in:
2020-11-18 14:15:25 +08:00
parent d5bd5bd269
commit e945e33601
2 changed files with 184 additions and 182 deletions
+1
View File
@@ -19,6 +19,7 @@ abstract class ClientAbstracts extends Component implements IClient
{
const POST = 'post';
const UPLOAD = 'upload';
const GET = 'get';
const DELETE = 'delete';
const OPTIONS = 'options';