文档
测试

获取投票者列表

POST
https://udd.uxiao.vip/api.php/vote/voters_list

请求参数

参数名
类型
描述
必填
contestant_id
int
示例:83
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
total
int
示例:33
必填
per_page
int
示例:10
必填
current_page
int
示例:1
必填
last_page
int
示例:4
必填
data
array
数据列表
必填
id
int
示例:193
必填
user_id
int
示例:71
必填
all_votes_total_num
int
示例:1
必填
user
object
数据字典
必填
id
int
示例:71
必填
user_nickname
string
示例:懒得起名字
必填
avatar
string
示例:https://res.uxiao.vip/logo.png
必填

说明 / 示例

``` { "code": 1, "msg": "success", "data": { "total": 33, "per_page": 10, "current_page": 1, "last_page": 4, "data": [ { "id": 193, "user_id": 71, "all_votes_total_num": 1, //总投票数 "user": { "id": 71, "user_nickname": "懒得起名字", //昵称 "avatar": "https://res.uxiao.vip/logo.png" //头像 } }, { "id": 192, "user_id": 75, "all_votes_total_num": 1, "user": { "id": 75, "user_nickname": "阿鹏", "avatar": "https://udimg.12861.ltd/xrq_7516230714539275.jpg" } }, { "id": 181, "user_id": 1041, "all_votes_total_num": 1, "user": { "id": 1041, "user_nickname": "余鹏", "avatar": "https://res.uxiao.vip/logo.png" } }, { "id": 179, "user_id": 1043, "all_votes_total_num": 1, "user": { "id": 1043, "user_nickname": "谁人不识骁", "avatar": "https://udimg.12861.ltd/xrq_udian16239940009336.jpg" } }, { "id": 174, "user_id": 1032, "all_votes_total_num": 1, "user": { "id": 1032, "user_nickname": "吃了睡", "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqyT3ribtqkaYWxSRJvCZg6EgLap2x7NUH1hDRL5DA4TVJiahBRxYgzoxXJYBLNBOCv8tB55owGYLKA/132" } }, { "id": 172, "user_id": 1027, "all_votes_total_num": 1, "user": { "id": 1027, "user_nickname": "滴滴哒哒", "avatar": "https://res.uxiao.vip/logo.png" } }, { "id": 169, "user_id": 1020, "all_votes_total_num": 1, "user": { "id": 1020, "user_nickname": "天选不退让", "avatar": "https://res.uxiao.vip/logo.png" } }, { "id": 168, "user_id": 1018, "all_votes_total_num": 1, "user": { "id": 1018, "user_nickname": "🍊", "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/ibv6ztWKYGkyOrM2kH4nseObc0kwoGYaL7Rficzzlw7OicERojzHGGmtJHfQ9v5XY2gfLnrRUmH4Th94O0oOF0yjw/132" } }, { "id": 160, "user_id": 1011, "all_votes_total_num": 1, "user": { "id": 1011, "user_nickname": "你也很想我嘛", "avatar": "https://udimg.12861.ltd/xrq_udian16239844142783.jpg" } }, { "id": 158, "user_id": 1010, "all_votes_total_num": 1, "user": { "id": 1010, "user_nickname": "一起喜欢篮球.", "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/7Fy64zYiczsyJmEMTbRpwiaeKVibRvglE5lVom93cGc4uV8MqsibN2ia4alZPPAxtLpx0Yc6O7JGK7QX46Op8MT9O5A/132" } } ] } }