简要描述:

  • 获取本团导游

请求URL:

  • /api/team/teamguides

请求参数:

参数名 是否必须 类型 说明
teamId int32 团号Id

入参示例:

  1. https://localhost:6001/api/guide/scanguides?teamId=18

返回示例:

正确时返回:

  1. {
  2. "code": 200,
  3. "success": true,
  4. "message": null,
  5. "result": [
  6. {
  7. "id": 1,
  8. "guideAccount": "abcd",
  9. "guideName": "貂蝉",
  10. "guideEnName": "objec",
  11. "isMale": true,
  12. "jobType": "2",
  13. "idCardNum": "123456789123456789",
  14. "birth": "2014-05-28T00:00:00",
  15. "native": "广东",
  16. "maritalState": false,
  17. "education": "Postgraduate",
  18. "languages": null,
  19. "travelAgency": null,
  20. "experience": null,
  21. "academy": "华师大",
  22. "strongSuit": "体育",
  23. "politicalStatus": "PartyMember",
  24. "otherCard": "Passport",
  25. "otherCardNumber": "4323",
  26. "address": "233232",
  27. "email": "12345@136.com",
  28. "mobileNumber": "18612345678",
  29. "fixedNumber": "23333",
  30. "sharePhoto": true,
  31. "sharePower": true,
  32. "contact": "2333",
  33. "contactNumber": "110",
  34. "introduction": null,
  35. "familiarArea": "1",
  36. "familiarScenic": "2",
  37. "missionExperience": "3",
  38. "organizaCode": "TRA14-0007",
  39. "countryCode": 1,
  40. "provinceCode": 259,
  41. "cityCode": 617,
  42. "qq": null,
  43. "openTo": null,
  44. "guideCertificateNo": "123456789453",
  45. "auditStatus": 1,
  46. "auditBy": 3,
  47. "auditOn": "2014-05-29T16:32:55.473",
  48. "certificateLevel": "Intermediate",
  49. "leaderCardNo": "12131415",
  50. "enterTeamMode": 1,
  51. "teamMobileNumber": "18688181666"
  52. }
  53. ]
  54. }

错误时返回:

返回参数说明:

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 领队证号
id int 导游编号
enterTeamMode int 导游入团方式 1直派 2扫码
teamMobileNumber string 导游本团联系电话

备注:

-