{
"uidList": [
0
],
"targetClassId": 0,
"campusId": 0
}curl --location --request POST 'http://test-ops.taolihanyu.net/test/roadmap/campus/batch/add_to_class' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios' \
--header 'Content-Type: application/json' \
--data-raw '{
"uidList": [
0
],
"targetClassId": 0,
"campusId": 0
}'{
"code": "",
"data": {
"failUidList": [
{
"result": false,
"uid": 0,
"reason": ""
}
],
"successUidList": [
{
"result": false,
"uid": 0,
"reason": ""
}
]
},
"msg": "",
"total": 0
}