奖牌管理
创建奖牌
POST /circle/medal/create
需要登录!
Request Body
Name
Type
Description
circle_id
integer
圈子ID
name
integer
奖牌展示名
num
integer
领取奖牌持续打卡数量
{
"code": 0,
"msg": "ok"
}
修改奖牌
POST /circle/medal/update
需要登录!
Request Body
Name
Type
Description
id
integer
奖牌ID
name
string
奖牌展示名
num
integer
领取奖牌持续打卡数量
指定圈子奖牌列表
POST /circle/medal/getlist
两种分页方式二选一
Request Body
Name
Type
Description
circle_id
integer
圈子ID
index
integer
索引偏移量(>=0)
page
integer
页码(>=1)
Last updated
Was this helpful?