{
"user_ids": [
0
]
}
curl --location --request POST '/adminapi/distribution.distributor/add' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_ids": [
0
]
}'
{"code":1,"show":0,"msg":"操作成功","data":[]}