• 学历信息查询


    学历信息查询 

    根据身份证和姓名,查询学历信息,学历查询,学历证书认证,学历核实,学历证明,学历真假识别验证

    http://www.91api.cn/api/detail/86

    请求参数:

     

    名称

    类型

    必填

    说明

     

    key

    string

    API KEY

     

    idcard

    String

    身份证号码

     

    realname

    String

    姓名

    返回字段:

     

    名称

    类型

    说明

     

    userName

    String

    姓名

     

    identity

    String

    身份证号

     

    graduate

    String

    毕业院校

     

    educationDegree

    String

    学历

     

    enrolDate

    String

    入学年份

     

    specialityName

    String

    专业

     

    graduateTime

    String

    毕业时间

     

    studyResult

    String

    毕业结论

     

    studyStyle

    String

    学历类型

     

    schoolCity

    String

    学校所在城市

     

    photo

    String

    照片

     

    schoolTrade

    String

    学校性质(公办、名办等)

     

    organization

    String

    学校所属主管单位

     

    schoolNature

    String

    学校类型(理工、医药、综合)

     

    schoolCategory

    String

    学校类别(211工程院校)

     

    educationApproach

    String

    办学形式(全日制、函授等)

     

    is985

    String

    是否为985工程学校

     

    is211

    String

    是否为211工程学校

     

    createDate

    String

    学校创建日期

     

    JSON返回示例:

    {
        "error_code": 0,
        "reason": "成功",
        "result": {
            "userName": "张三",
            "identity": "140121198504101513",
            "graduate": "北京大学",
            "educationDegree": "本科",
            "enrolDate": "2005",
            "specialityName": "信息管理与信息系统",
            "graduateTime": "2009",
            "studyResult": "毕业",
            "studyStyle": "普通",
            "schoolCity": "北京市l",
            "schoolTrade": "公办",
            "schoolNature": "综合",
            "schoolCategory": "211工程院校",
            "educationApproach": "全日制",
            "is985": "null",
            "is211": "Y",
            "createDate": "1902",
            "photo": "
  • 相关阅读:
    直接插入排序学习笔记
    选择排序学习笔记
    冒泡排序学习笔记
    阿里云ssl证书申请及域名绑定流程
    Nginx user_agent、if指令及全局变量
    rewrite和return笔记
    rewrite和return的简单需求
    Nginx Rewrite正则表达式案例
    linux下WordPress伪静态规则设置
    集群前后端分离(api接口)
  • 原文地址:https://www.cnblogs.com/haoservice/p/5908436.html
Copyright © 2020-2023  润新知