欢迎来到淘码网(TMA.CN)

简历解析

价格: ¥ 1 积分可抵¥ 1

最后更新: 2019-12-15 20:59:12

演示地址:

安装费: 免费

分类
类 型
品 牌
语 言
数据库
是否加密
是否授权
大小
10 MB
发货方式
自动发货
下载方式
远程下载

API接口

简历解析

简历解析

调用地址:http://jljxjk.market.alicloudapi.com/aliyunapp/[userid]

请求方式:POST

返回类型:JSON

API 调用:API 简单身份认证调用方法(APPCODE)展开API 签名认证调用方法(AppKey & AppSecret)

调试工具:去调试

请求参数(Headers)

无参数

请求参数(Query)

无参数

请求参数(Body)
body结构如下:

cid=1&content=上传文件对应的base64字符串&ext=.doc

注意:1、提交的body按如上结构直接提交,无需再次进行任何编码
     2、ext参数后边的.doc是与提交文件相对应的,如果提交pdf文件,则此处应改为.pdf
  • 1
  • 2
  • 3
  • 4
  • 5
请求示例
curl
Java
C#
PHP
Python
ObjectC
curl -i -X POST 'http://jljxjk.market.alicloudapi.com/aliyunapp/[userid]'  -H 'Authorization:APPCODE 你自己的AppCode' --data 'body结构如下:

cid=1&content=上传文件对应的base64字符串&ext=.doc

注意:1、提交的body按如上结构直接提交,无需再次进行任何编码
     2、ext参数后边的.doc是与提交文件相对应的,如果提交pdf文件,则此处应改为.pdf' -H 'Content-Type:application/json; charset=UTF-8'

//根据API的要求,定义相对应的Content-Type
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
正常返回示例
{
  "Address": "",
  "AdvancedDegree": "",
  "Age": "29",
  "AimInstitution": "",
  "AimSalary": "",
  "AppLetter": "",
  "ArrEducationDetail": [],
  "ArrExpericeneDetail": [],
  "ArrProjectDetail": [],
  "ArrTrainingDetail": [],
  "Beginworktime": "",
  "Birth": "",
  "Brith": "",
  "Certificate": "",
  "Computer": "",
  "Education": "本科",
  "EducationDetail": "",
  "EducationInfo": null,
  "Email": "495301529@qq.com",
  "Encouragement": "",
  "English": "",
  "Experience": "",
  "ExperienceDetail": "",
  "ExperienceInfo": null,
  "FamilyName": "郝",
  "Fax": "",
  "ForwardVocation": "",
  "Forwardlocation": "",
  "FromWebSite": "其他",
  "GradeOfEnglish": {
    "NameOfCertificate": "",
    "ReceivingDate": "",
    "Score": ""
  },
  "Graduatetime": "",
  "High": "",
  "Href": "",
  "IDNO": "",
  "ITSkills": [],
  "Integrity": "4",
  "IssueDate": "",
  "Jiguan": "",
  "JobHoppingFrequency": 100,
  "Keyword": "",
  "LanguagesSkills": null,
  "LastCompany": "",
  "LastTitle": "",
  "LastUpdate": "199001",
  "LastUpdate2": "19900101",
  "Lesson": "",
  "Level": "",
  "Local": "",
  "Married": "",
  "Memo": "",
  "Memo0": "",
  "Mobile": "18766666666",
  "Msn": "",
  "Name": "郝女士",
  "National": "",
  "Nationality": "",
  "NowLocation": "",
  "Original": "姓名:郝女士\r\n性别:女\r\n联系电话:18751861056 \r\n年龄: 29\r\n电子邮件:495301529@qq.com \r\n学历:本科\r\n",
  "OverseasWork": "",
  "Personal": "",
  "PersonalInterests": "",
  "Phone": "",
  "PhotoUrl": "",
  "Political": "",
  "PostCode": "",
  "Project": "",
  "ProjectInfo": null,
  "QQ": "495301529",
  "ResumeGrade": "中级",
  "ResumeInfoEN": null,
  "Salary": "",
  "School": "",
  "SchoolRankings": "",
  "SchoolType": "0",
  "Score": "12",
  "Sex": "女",
  "Skill": "",
  "Sort": "",
  "Speciality": "",
  "StartFrom": "",
  "StudentType": "",
  "Switch": "",
  "Team": "",
  "Testdata": "",
  "Testdata1": "",
  "Title": "",
  "Title2": "",
  "TitleStandard": "其他",
  "Training": "",
  "TrainingInfo": null,
  "Type": 1,
  "Update": "",
  "Version": "3.3.4.22883",
  "Vocation": "",
  "VocationStandard": "其他",
  "Volunteer": "",
  "WebSiteResumeID": "",
  "Weight": "",
  "WorkType": ""
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
失败返回示例
返回500的服务器错误
    错误码定义

    无数据

    0 (0%)

    好评

    0 (0%)

    中评

    0 (0%)

    差评

    • 在线客服

      点击这里给我发消息 点击这里给我发消息

      官方微信

      仅处理投诉、举报及平台使用问题;
      商品问题请咨询商家客服!

    浏览记录