文档
测试
江照锋

获取用户体检项目(暂时用不上)

POST
http://localhost/usertestsmalltype/getinspectproject

请求头

参数名
类型
描述
必填

请求参数

参数名
类型
描述
必填
phone
int
示例:19855351192
必填
token
string
示例:67ee4be0b405baa2be3216569782e787
必填
type
int
示例:1(1-常规检查,2-糖尿病检查)
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:获取成功
必填
testproject
array
数据列表
必填
inspectId
int
示例:1
必填
largetype
int
示例:1
必填
typeName
string
示例:一般检查
必填
state
int
示例:1
必填

说明 / 示例

"inspectId": 检查项目的Id, "largetype": 检查项目的类型(1-常规检查,2-糖尿病检查) "typeName": 检查项目名称。

说明

{ "msg": "获取成功", "testproject": [ { "inspectId": 1, "largetype": 1, "typeName": "一般检查" }, { "inspectId": 2, "largetype": 1, "typeName": "外科" }, { "inspectId": 3, "largetype": 1, "typeName": "内科" }, { "inspectId": 4, "largetype": 1, "typeName": "耳鼻喉科" }, { "inspectId": 5, "largetype": 1, "typeName": "口腔科" }, { "inspectId": 6, "largetype": 1, "typeName": "眼科" }, { "inspectId": 7, "largetype": 1, "typeName": "血常规" }, { "inspectId": 8, "largetype": 1, "typeName": "实验室检查" }, { "inspectId": 9, "largetype": 1, "typeName": "骨密度" }, { "inspectId": 10, "largetype": 1, "typeName": "其他" }, { "inspectId": 11, "largetype": 1, "typeName": "心电图" }, { "inspectId": 12, "largetype": 1, "typeName": "CT检查" }, { "inspectId": 13, "largetype": 1, "typeName": "超声检查(肝肾脾、胆囊、甲状腺、女性(子宫附件,乳腺)、男性(前列腺))" } ], "state": 1 }