{
"groupid": 226,
"items": [
{
"userid": "james",
"day": 5,
"schedule_id": 234
}
],
"yearmonth": 202012
}curl --location -g --request POST 'http://127.0.0.1/cgi-bin/checkin/setcheckinschedulist?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupid": 226,
"items": [
{
"userid": "james",
"day": 5,
"schedule_id": 234
}
],
"yearmonth": 202012
}'{
"errcode": 0,
"errmsg": "string"
}