文档
测试
江照锋

逆转评估/我的评估

POST
http://localhost/sugarfat/reverseEvaluations

接口描述

江照锋 (state=1 获取逆转评估,state=2获取我的评估,

请求头

参数名
类型
描述
必填

请求参数

参数名
类型
描述
必填
phone
int
示例:18970366956
必填
token
string
示例:8fe6ae3287a819e318ff310c57036c66
必填
state
int
示例:2
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:获取成功
必填
state
int
示例:1
必填
list
array
数据列表
必填
picUrl
string
示例:https://www.365healthy.net/uploadFiles/images/resource/a398e083-4a79-49ff-ab30-23feb7a2d3e5.png
必填
total
int
示例:38
必填
scode
string
示例:95.0
必填
name
string
示例:评估详情
必填
id
int
示例:245
必填
time
int
示例:0
必填
title
string
示例:脂肪肝现在比较严重,建议及时治疗。
必填
type
int
示例:2
必填

说明 / 示例

{ "msg": "获取成功", "state": 1, "list": [ { "picUrl": "https://www.365healthy.net/uploadFiles/images/resource/a398e083-4a79-49ff-ab30-23feb7a2d3e5.png", "total": 38, "scode": "95.0", "name": "评估详情", "id": 245, "time": 0, "title": "脂肪肝现在比较严重,建议及时治疗。", "type": 2 }, { "picUrl": "https://www.365healthy.net/uploadFiles/images/resource/a398e083-4a79-49ff-ab30-23feb7a2d3e5.png", "total": 38, "scode": "95.0", "name": "评估详情", "id": 232, "time": 4, "title": "脂肪肝现在比较严重,建议及时治疗。", "type": 2 } ] }