Groups
add, update and delete group infos.
goup list
POST
/group/list
Request Body
Name | Type | Description |
---|---|---|
page* | Int | from 0 |
pageSize* | Int | eg: 10 |
add a new group
POST
/group/add
Add group
Request Body
Name | Type | Description |
---|---|---|
groupName* | String | |
sortNum | Int | sort by asc |
update group info
POST
/group/edit
Request Body
Name | Type | Description |
---|---|---|
id* | String | group ID |
groupName* | String | |
sortNum | Int | sort by new sortNum |
delete a exist group by id
POST
/group/delete
Request Body
Name | Type | Description |
---|---|---|
id* | String |
get group detail
POST
/group/detail
Request Body
Name | Type | Description |
---|---|---|
id* | String |
Last updated