文档
测试

初升高详情

POST
/open/enrollment/enrollmentOpenAction!ajaxDetailsInfo.action

接口描述

根据id查询数据详情

请求参数

参数名
类型
描述
必填
id
String
需要查询的数据id 例如:c4dd02c0faef42ba9eeed4938b731050
必填

响应参数

参数名
类型
描述
必填
code
string
示例:0
必填
desc
string
示例:查询成功
必填
data
object
数据字典
必填
infoPO
object
数据字典
必填
accessory
string
示例:上传附件
必填
city
string
示例:市
必填
createTime
string
示例:2021-01-23 11:54:04.0
必填
firstScores
int
示例:300
必填
id
string
示例:cc8bcb7f011f401e8d0a39016ff9b416
必填
idCard
string
示例:身份证号
必填
isChina
string
示例:0
必填
isRelease
string
示例:0
必填
openId
string
示例:openId
必填
parentName
string
示例:家长姓名
必填
parentPhone
string
示例:家长手机号
必填
provience
string
示例:省
必填
region
string
示例:区
必填
register
string
示例:湖南省-长沙市-长沙县
必填
school
string
示例:毕业学校
必填
secondScores
int
示例:400
必填
state
string
示例:2
必填
studentName
string
示例:李四
必填
updateTime
string
示例:2021-01-23 02:59:12.0
必填

说明 / 示例

{ "code": "0", "desc": "查询成功", "data": { "infoPO": { "accessory": "上传附件", "city": "市", "createTime": "2021-01-23 11:54:04.0", "firstScores": 300, "id": "cc8bcb7f011f401e8d0a39016ff9b416", "idCard": "身份证号", "isChina": "0", "isRelease": "0", "openId": "openId", "parentName": "家长姓名", "parentPhone": "家长手机号", "provience": "省", "region": "区", "register": "湖南省-长沙市-长沙县", "school": "毕业学校", "secondScores": 400, "state": "2", "studentName": "李四", "updateTime": "2021-01-23 02:59:12.0" } } }