简要描述:

  • 导游资料修改

请求URL:

  • /api/guide/update

请求参数:

参数名 是否必须 类型 说明
guideName string 导游中文名
guideEnName string 导游英文名
isMale bool true男性 false女性
idCardNum string 身份证号码
birth date 出生日期
maritalState bool 婚姻状态
education string 最高学历code
experience string 带团经验
strongSuit string 特长
otherCard string 其它证件类型code
otherCardNumber string 其它证件号码
address string 地址
email string 邮件地址
fixedNumber string 固定号码
sharePower bool 分享到导游资源中心
contact string 紧急联系人
contactNumber string 紧急联系人电话号码
introduction string 个人简介
familiarArea string 我熟悉的城市和地区
familiarScenic string 我熟悉的景点
countryCode int 国家——所在区域code
provinceCode int 省——所在区域code
cityCode int 市——所在区域code
qq string QQ号码
guideCertificateNo string 导游证编号
certificateLevel string 导游级别
leaderCardNo string 领队证编号

入参示例:

  1. {
  2. "guideName": "string",
  3. "guideEnName": "string",
  4. "isMale": true,
  5. "jobType": "string",
  6. "idCardNum": "string",
  7. "birth": "2020-02-18T05:54:29.959Z",
  8. "maritalState": true,
  9. "education": "string",
  10. "experience": "string",
  11. "strongSuit": "string",
  12. "otherCard": "string",
  13. "otherCardNumber": "string",
  14. "address": "string",
  15. "email": "string",
  16. "fixedNumber": "string",
  17. "sharePower": true,
  18. "contact": "string",
  19. "contactNumber": "string",
  20. "introduction": "string",
  21. "familiarArea": "string",
  22. "familiarScenic": "string",
  23. "countryCode": 0,
  24. "provinceCode": 0,
  25. "cityCode": 0,
  26. "qq": "string",
  27. "guideCertificateNo": "string",
  28. "certificateLevel": "string",
  29. "leaderCardNo": "string"
  30. }

返回示例:

正确时返回:

  1. {
  2. "code": 200,
  3. "success": true,
  4. "message": null,
  5. "result": true
  6. }

错误时返回:

返回参数说明:

Data数据说明

参数名 类型 说明
result bool true修改成功

备注:

-