文档
测试

app信息通知--查询

POST
http://localhost:80/app/notice/infoinfo

请求参数

参数名
类型
描述
必填
openId
String
微信标识 实例:ocHkp4-a6IlomdDZt7qhrffI7ZrY
必填
createType
int
信息类型(非必填)
必填

响应参数

参数名
类型
描述
必填
data
object
用户数据
必填
caption
String
头部 实例:【就诊卡建卡成功提醒】
必填
contentOne
String
通知 实例: "您好,您于2020-1-7 15:44:07成功完成建卡
必填
contentTwo
String
第一行 实例:姓 名:秦自显
必填
contentThree
String
第二行 实例:身份证:410526199403148674"
必填
contentFour
String
第三行 实例:性 别:男
必填
contentFive
String
第四行 实例:卡 号:9195554341
必填
contentSix
String
第五行 实例:null
必填
code
String
返回码 0成功、1失败 实例:0
必填
errorMessage
String
返回信息 实例:"成功"
必填