Groups

add, update and delete group infos.

goup list

POST /group/list

Request Body

NameTypeDescription

page*

Int

from 0

pageSize*

Int

eg: 10

add a new group

POST /group/add

Add group

Request Body

NameTypeDescription

groupName*

String

sortNum

Int

sort by asc

update group info

POST /group/edit

Request Body

NameTypeDescription

id*

String

group ID

groupName*

String

sortNum

Int

sort by new sortNum

delete a exist group by id

POST /group/delete

Request Body

NameTypeDescription

id*

String

get group detail

POST /group/detail

Request Body

NameTypeDescription

id*

String

Last updated