简要描述:

  • 旅行团信息

请求URL:

  • /api/team/teamdetail

请求参数:

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

入参示例:

  1. https://localhost:44374/api/team/teamdetail?teamId=1

返回示例:

正确时返回:

  1. {
  2. "code": 200,
  3. "success": true,
  4. "message": null,
  5. "result": {
  6. "teamNo": "TT20190718",
  7. "teamName": "欧洲10日游",
  8. "openTime": "2019-08-01T00:00:00",
  9. "days": 10,
  10. "quantity": 20,
  11. "journey": "简版行程简版行程简版行程简版行程fdsfsaf",
  12. "attention": "特别注意事项",
  13. "travelId": "TRA14-0007",
  14. "groupSetId": null,
  15. "eleOpinionId": null,
  16. "id": 1,
  17. "qrCode":"",
  18. "advertIds": "46,47",
  19. "videoIds": "1,3",
  20. "appFunction": 1,
  21. "lvTuLocation": true,
  22. "guides": [
  23. {
  24. "guideId": 10,
  25. "guidePhone": "13823003558"
  26. },
  27. {
  28. "guideId": 8,
  29. "guideName": "大文",
  30. "guidePhone": "18645289635"
  31. }
  32. ],
  33. "travelLogo": "http://yjtest.oss-cn-hangzhou.aliyuncs.com/Travels/photo/UZE1G)KCC(3@K37R`TIR6JB.png",
  34. "lastNotice": {
  35. "title": "13",
  36. "createOn": "2019-08-11T21:21:07.67",
  37. "publisher": null,
  38. "publisherRole": 1,
  39. "id": 15
  40. },
  41. "noticeQty": 14,
  42. "advertQty": 1,
  43. "elecOpinionUrl": "http://localhost/Models/Comm/LvTuGuestElecOpinion.aspx?guestid=",
  44. "teamFiles": [
  45. {
  46. "fileType": 4,
  47. "fileUrl": "LvTu/LvTuTeamFile/旅兔计调发信息及广告部分_53309593-b3ae-4048-93ea-30d394657cdd.pdf",
  48. "fileName": "旅兔计调发信息及广告部分.pdf"
  49. }
  50. ],
  51. "videoDtos": [
  52. {
  53. "title": "太麻烦",
  54. "videoUrl": "http://yjtest-cn-hangzhou.fileserver.com/LvTu/LvTuTeamFile/tmd_13457ece-701d-41b9-8346-bfd98e5f698c.mpeg",
  55. "erpVideoPlayPath": "http://1ocalhost/Models/YinJiManage/Playvideo.aspx?FilePath={0}"
  56. "id": 1
  57. },
  58. {
  59. "title": "好人法",
  60. "videoUrl": "http://yjtest-cn-hangzhou.fileserver.com/LvTu/LvTuTeamFile/tmd_b8b1233-da68-414e-b06e-09cddf943e7f.mpeg",
  61. "erpVideoPlayPath": "http://1ocalhost/Models/YinJiManage/Playvideo.aspx?FilePath={0}"
  62. "id": 3
  63. }
  64. ],
  65. "videoQty": 2,
  66. "workSheetUrl": "http://localhost/Models/GuideManage/WorksheetView.aspx?GroupSetId=kkk",
  67. "locationGetIntervalTime": 60
  68. }
  69. }

错误时返回:

返回参数说明:

Data数据说明

参数名 类型 说明
teamNo string 团号
teamName string 团名
openTime DateTime 出团日期
days int 团期
quantity int 团人数
journey string 团行程
attention string 注意事项
eleOpinionId int 意见书Id
qrCode string 出团二维码信息
guides object[] 导游信息
travelLogo string 旅行社LogoUrl
lastNotice object 本团最后一次通知
noticeQty int 本团已有通知条数
elecOpinionUrl string 电子意见书链接
teamFiles object 本团附件
advertIds string 广告Id,多个广告逗号分隔
videoIds string 说明会视频Id,多个广告逗号分隔
advertQty int 广告数量
appFunction int 1全功能 2单消息
lvTuLocation bool true默认开启定位 false默认关闭定位
videoDtos List< Video> 说明会视频
videoQty int 说明会视频数量
workSheetUrl string 工单链接
locationGetIntervalTime int 获取客人定位间隔时间,单位为秒

lastNotice数据说明

参数名 类型 说明
title string 通知内容
createOn datetime 通知时间
publisher string 发送人
publisherRole int 发送角色 1导游 2Op
id int Id

guides数据说明

参数名 类型 说明
guideId long 导游Id
guideName string 导游姓名
guidePhone string 导游电话

teamFile数据说明

参数名 类型 说明
fileType long 附件分类 1工单 2名单 3其它 4行程
fileUrl string 附件链接
fileName string 附件名称

videoDtos数据说明

参数名 类型 说明
Id long Id
title string 视频名称
videoUrl string 视频链接
erpVideoPlayPath string 音频,视频在线播放链接

备注:

-