文档
测试

获取用户的腰围臀围记录分页列表

GET
http://127.0.0.1/app/waistlineHiplineRecord/getWaistlineHiplineRecordPage

请求参数

参数名
类型
描述
必填
phone
string
{{phone}}
必填
token
string
{{token}}
必填
userId
int
用户主键id
必填
current
int
指定查找页
必填
limit
int
页大小
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:获取成功
必填
state
int
示例:1
必填
page
object
数据字典
必填
current
int
示例:1
必填
orders
array
数据列表
必填
pages
int
示例:1
必填
records
array
数据列表
必填
hiplineRecord
int
臀围值
必填
id
int
主键id
必填
isDeleted
int
是否删除 0:否 1:是
必填
recordDate
string
记录日期
必填
userId
int
用户主键id
必填
waistlineRecord
float
腰围值
必填
searchCount
boolean
示例:true
必填
size
int
示例:10
必填
total
int
示例:2
必填