-
Notifications
You must be signed in to change notification settings - Fork 11
test rank api
Belikhun edited this page Oct 13, 2018
·
6 revisions
-
Permission:
everyone -
Require Logged In:
false
| Field | Type | Description |
|---|---|---|
| list | array | Danh sách bài |
| rank | array | Dữ liệu xếp hạng |
| Field | Type | Description |
|---|---|---|
| list | array | Danh sách bài |
| username | string | Tên người dùng |
| name | string | Tên |
| total | int | Tổng điểm |
{
"code": 0,
"status": 200,
"description": "Thành công!",
"user": null,
"data": {
"list": [
"bai1.pas",
"bai2.pas",
"bai3.pas",
"bai4.pas",
],
"rank": [{
"list": {
"bai1.pas": 5,
"bai2.pas": 5,
"bai3.pas": 5,
"bai4.pas": 5,
},
"username": "std1",
"name": "Student1",
"total": 25
}, {
"list": {
"bai1.pas": 0,
"bai2.pas": 5,
"bai3.pas": 5,
},
"username": "admin",
"name": "Admin",
"total": 10
}]
},
"runtime": 0.0068700313568115234
}