文档
测试
GET
/api/lot/lists

请求头

参数名
类型
描述
必填
Content-Type
string
application/json
必填
token
string
必填

请求参数

参数名
类型
描述
必填
page
int
默认1
必填
pagesize
int
默认10
必填
city
string
城市 默认所有地区
必填
gender
string
性别(男,女)默认所有人
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:成功
必填
time
string
示例:1599010380
必填
data
object
数据字典
必填
total
int
示例:5
必填
rows
array
数据列表
必填
nickname
string
示例:ceshi
必填
avatar
string
示例:http://friends.e.wxiy.com/assets/img/avatar.png
必填
level
int
会员等级 示例:0
必填
gender
string
性别 示例:男
必填
city
object
城市 示例:null
必填
marry
object
婚况 示例:null
必填
stature
object
升高 示例:null
必填
age
object
年龄 示例:null
必填
education
object
学历 示例:null
必填
today_heart
int
当天爱心值 示例:0
必填
level_img
string
会员图标 示例:
必填
today_beans
int
给平台打赏的豆子(今日,每日重新计算)
必填
my_location
object
我的排名
必填
sum_sort
int
总排名
必填
city_sort
int
城市排名
必填
sum_reamrk
string
总榜备注
必填
city_reamrk
string
同成榜备注
必填
avatar
string
头像
必填
level_img
string
会员头像
必填
sum_fight_remark
string
(点击打赏时作用)总榜打赏提示
必填
city_fight_remark
string
(点击打赏时作用)同城榜打赏提示
必填
beans
int
我的豆子余额
必填
is_lot
boolean
是否展示排行信息true=是,false=否
必填