文档
测试
江照锋

录入食物敏感类

POST
http://localhost/userenterdisdata/setfoodallergytypes

请求参数

参数名
类型
描述
必填
phone
int
示例:19855351192
必填
token
string
示例:67ee4be0b405baa2be3216569782e787
必填
foodName
string
示例:坚果类,水果类
必填
docType
int
示例:2 (1-用户,2-医护)
必填
userId
int
示例:1145
必填
remarks
string
备注
必填
consultationId
int
咨询id
可选

响应参数

参数名
类型
描述
必填
msg
string
示例:录入成功
必填
state
int
示例:1
必填

说明 / 示例

{ "msg": "录入成功", "state": 1 }