简要描述:

  • 我的资料信息

请求URL:

  • /api/guide/myinfo

请求参数:

-

入参示例:

  1. https://localhost:6001/api/guide/myinfo

返回示例:

正确时返回:

  1. {
  2. "code": 200,
  3. "success": true,
  4. "message": null,
  5. "result": {
  6. "guideAccount": "abcd",
  7. "guideName": "貂蝉",
  8. "guideEnName": "objec",
  9. "isMale": true,
  10. "jobType": "2",
  11. "idCardNum": "123456789123456789",
  12. "birth": "2014-05-28T00:00:00",
  13. "native": "广东",
  14. "maritalState": false,
  15. "education": "Postgraduate",
  16. "languages": null,
  17. "travelAgency": null,
  18. "experience": null,
  19. "academy": "华师大",
  20. "strongSuit": "体育",
  21. "politicalStatus": "PartyMember",
  22. "otherCard": "Passport",
  23. "otherCardNumber": "4323",
  24. "address": "233232",
  25. "email": "12345@136.com",
  26. "mobileNumber": "18612345678",
  27. "fixedNumber": "23333",
  28. "sharePhoto": true,
  29. "sharePower": true,
  30. "contact": "2333",
  31. "contactNumber": "110",
  32. "introduction": null,
  33. "familiarArea": "1",
  34. "familiarScenic": "2",
  35. "missionExperience": "3",
  36. "organizaCode": "TRA14-0007",
  37. "countryCode": 1,
  38. "provinceCode": 259,
  39. "cityCode": 617,
  40. "qq": null,
  41. "openTo": null,
  42. "guideCertificateNo": "123456789453",
  43. "auditStatus": 1,
  44. "auditBy": 3,
  45. "auditOn": "2014-05-29T16:32:55.473",
  46. "certificateLevel": "Intermediate",
  47. "leaderCardNo": "12131415",
  48. "certificatePic": "http://yjcs.com/Guides/photo/200228031344157157.png",
  49. "id": 1,
  50. "photoList": [
  51. {
  52. "photoNumber": "4317298a-b2d7-41ee-95b8-18e4a37bee09",
  53. "path": "http://yjcs.com/Guides/photo/diaocha_bottom.jpg",
  54. "isFacePhoto": false
  55. }
  56. ],
  57. "guideDataSourceDto": {
  58. "certificateLevels": [
  59. {
  60. "code": "Intermediate",
  61. "codeDesc": "中级"
  62. },
  63. {
  64. "code": "Primary",
  65. "codeDesc": "初级"
  66. },
  67. {
  68. "code": "Senior",
  69. "codeDesc": "高级"
  70. }
  71. ],
  72. "educations": [
  73. {
  74. "code": "College",
  75. "codeDesc": "大专"
  76. },
  77. {
  78. "code": "Junior",
  79. "codeDesc": "初中"
  80. },
  81. {
  82. "code": "Master",
  83. "codeDesc": "硕士或以上"
  84. },
  85. {
  86. "code": "Postgraduate",
  87. "codeDesc": "研究生"
  88. },
  89. {
  90. "code": "Senior",
  91. "codeDesc": "高中"
  92. },
  93. {
  94. "code": "Undergraduate",
  95. "codeDesc": "本科"
  96. }
  97. ],
  98. "otherCards": [
  99. {
  100. "code": "Guidecertificate ",
  101. "codeDesc": "导游证"
  102. },
  103. {
  104. "code": "GuideLeaderCard ",
  105. "codeDesc": "出国领队证"
  106. },
  107. {
  108. "code": "Passport",
  109. "codeDesc": "护照"
  110. }
  111. ]
  112. }
  113. }
  114. }

错误时返回:

返回参数说明:

Data数据说明

参数名 类型 说明
guideAccount string 账号
guideName string 中文名
guideEnName string 英文名
isMale bool 性别 true男 false女
jobType
idCardNum
birth date 出生日期
native string 籍贯
maritalState bool 婚姻状况 true已婚
education string 学历
languages string 语种
travelAgency
experience string 带团经验
academy string 毕业院校
strongSuit string 技能
politicalStatus string 政治面貌
otherCard string 其它证件类型
otherCardNumber string 其它证件号码
address string 地址
email string 电邮
mobileNumber string 手机号码
fixedNumber string 固定电话
sharePhoto bool 允许分享图片true
sharePower bool 分享到导游资源中心 true允许
contact string 联系人
contactNumber string 联系人电话
introduction string 简介
familiarArea string 1
familiarScenic string 2
missionExperience string 3
organizaCode string TRA14-0007
countryCode int 1
provinceCode int 259
cityCode int 617
qq string qq
openTo
guideCertificateNo string 导游证号
auditStatus int 审核状态
auditOn datetime 审核时间
certificateLevel int 级别
leaderCardNo string 领队证号
certificatePic string 导游证照片Url
id int 导游编号

guideDataSourceDto数据说明

参数名 类型 说明
certificateLevels List 导游级别数据源
educations List 学历数据源
otherCards List 其它证件类型数据源

photoList数据说明

参数名 类型 说明
photoNumber string 生活照Id
path string 生活照Url
isFacePhoto bool 是否是封面

备注:

-