文档
测试

初升高查询

POST
/open/enrollment/enrollmentOpenAction!searchIsSignUp.action

接口描述

根据openId查询此openId下面所有的子数据数据状态

请求参数

参数名
类型
描述
必填
openId
String
oeKa-0-xlLLMHoKq6-N5dDuLqWW8
必填

响应参数

参数名
类型
描述
必填
code
string
示例:0
必填
desc
string
示例:查询成功
必填
data
object
数据字典
必填
isSignUp
string
示例:1
必填
studentList
array
数据列表
必填
accessory
string
示例:上传附件
必填
city
string
示例:市
必填
createTime
string
示例:2021-01-23 03:00:12.0
必填
firstScores
int
示例:300
必填
id
string
示例:01e133092ea0477697df7a879397e2a0
必填
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
示例:
必填

说明 / 示例

{ "code": "0", "desc": "查询成功", "data": { "isSignUp": "1", "studentList": [ { "accessory": "上传附件", "city": "市", "createTime": "2021-01-23 03:00:12.0", "firstScores": 300, "id": "01e133092ea0477697df7a879397e2a0", "idCard": "测试身份证号", "isChina": "0", "isRelease": "0", "openId": "openId", "parentName": "家长姓名", "parentPhone": "家长手机号", "provience": "省", "region": "区", "register": "湖南省-长沙市-长沙县", "school": "毕业学校", "secondScores": 400, "state": "2", "studentName": "李四", "updateTime": "" }, { "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" } ] } }