简要描述:

  • 出团工作表

请求URL:

  • /api/guide/teamworksheet

请求参数:

参数名 是否必须 类型 说明
isHistory bool true表示历史记录,false表示待出发,在途

入参示例:

  1. http://localhost/api/guide/worksheet?isHistory=true

返回示例:

正确时返回:

  1. {
  2. "code": 200,
  3. "success": true,
  4. "message": null,
  5. "result": [
  6. {
  7. "travelName": "如诗如梦旅行社有限公司",
  8. "teamId": 3,
  9. "teamNo": "TG236565",
  10. "teamName": "嘎嘎",
  11. "openTime": "2019-08-10T00:00:00",
  12. "days": 3,
  13. "quantity": 20,
  14. "publisher":"张少全",
  15. "dispatchTime": "2019-08-14T14:47:14.843",
  16. "publisherRoleEnum": 2,
  17. "scanTime": null,
  18. "id": 11
  19. }
  20. ]
  21. }

错误时返回:

返回参数说明:

Data数据说明

参数名 类型 说明
travelName string 旅行社名称
teamId string 团Id
teamNo string 团号
teamName string 团名
openTime datetime 出团时间
days int 行程天数
quantity int 计划人数
publisher string 团发布人
dispatchTime datetime 导游派遣时间
publisherRoleEnum enum 团发布渠道 1旅兔 2Op计调
scanTime datetime 扫码时间,不为空表示扫码接入
Id int 团导游Id

备注:

-