打卡管理

打卡

POST /circle/punch/do

需要登录!

Request Body

Name
Type
Description

goal_id

integer

目标ID

percent

integer

完成度,百分比

pdesc

string

目标描述(1~255个字)

imgs

string

图片多个用半角逗号隔开(todo)

audio

string

音频多个用半角逗号隔开(todo)

{
    "code": 0,
    "msg": "ok"
}

打卡列表

POST /circle/punch/Getlist

(两种分页参数二选一)

Request Body

Name
Type
Description

index

integer

索引偏移量(>=0)

page

integer

页码(>=1)

user_id

string

用户ID

goal_id

integer

目标ID

circle_id

integer

圈子ID

Last updated

Was this helpful?