文档
测试
彭国强

上传血脂数据

POST
http://localhost/homePageInfo/uploadBfRecord

接口描述

上传血脂

请求头

参数名
类型
描述
必填

请求参数

参数名
类型
描述
必填
phone
int
示例:18797854742
必填
token
string
示例:bcc80d8401047a7756c7efd8748d9d64
必填
HLipoprotein
int
示例:10 非必须 高密度蛋白
必填
LLipoprotein
int
示例:10 非必须 低密度蛋白
必填
Cholesterol
int
示例:2 非必须 胆固醇
必填
Triglyceride
int
示例:10 非必须 甘油三脂肪
必填
date
string
示例:2021-11-26 10:20 非必须
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:上传成功
必填
report
int
示例:3 1高 2正常3低
必填
id
int
示例:95
必填
state
int
示例:1
必填
recommend
String
"理想控制目标\n总胆固醇<5.2mmol/L 低密度脂蛋白胆固醇<3.4mmol/L 甘油三脂<1.7mmol/L 高密度脂蛋白胆固醇>1.0mmol/L\n控制目标出自《中国成人血脂异常防治指南(2016年修订版)》"
必填

响应格式

{ "msg": "上传成功", "report": 3, "id": 95, "state": 1 }