{ "areaId": "1", "userList": [ { "userId": 1 }, { "userId": 2 } ] }
curl --location 'areaUser/insert' \ --header 'Content-Type: application/json' \ --data '{ "areaId": "1", "userList": [ { "userId": 1 }, { "userId": 2 } ] }'
{ "msg": "操作成功", "code": 200 }