-
Notifications
You must be signed in to change notification settings - Fork 11
test upload api
Belikhun edited this page Mar 17, 2019
·
5 revisions
-
Permission:
everyone -
Require Logged In:
true -
Require Enabled:
true -
Accept Extension:
"pas", "cpp", "c", "pp", "exe", "class", "py", "java"
| Field | Method | Type | Description | Required |
|---|---|---|---|---|
| file | POST | text | Tệp tải lên | * |
| token | POST | string | API Token | * |
Tải tệp lên thành công.
| Field | Type | Description |
|---|---|---|
| file | number | Kích thước tệp tải lên |
| max | number | Kích thước tối đa |
{
"code":0,
"status":200,
"description":"Nộp bài thành công.",
"user":"admin",
"data": [],
"runtime":0.05415487289428711
}