目标管理
创建目标
POST /circle/goal/create
需要登录!
Request Body
Name
Type
Description
circle_id
integer
圈子ID
name
string
名字(1~30个字)
gdesc
string
描述(1~255个字)
{
"code": 0,
"msg": "ok"
} 目标修改
POST /circle/goal/update
需要登录!
Request Body
Name
Type
Description
id
integer
目标ID
status
integer
状态(1:开启,2:关闭)
name
string
名字(1~30个字)
gdesc
string
描述(1~255个字)
我的目标列表
POST /circle/goal/getmylist
需要登录!(两种分页参数二选一)
Request Body
Name
Type
Description
index
integer
索引偏移量(>=0)
page
number
页码(>=1)
Last updated
Was this helpful?