{
"userIds": [
4,
75,
83
],
"flag": 1,
"recWeight": 10
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/user/isVideoReceiveOp//' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
4,
75,
83
],
"flag": 1,
"recWeight": 10
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}