简要描述:

  • 导游发送通知

请求URL:

  • /api/notice/sendnotice

请求参数:

参数名 是否必须 类型 说明
lvTuTeamId int32 团Id
guideId int32 导游Id
title string(500) 发送内容

入参示例:

  1. {
  2. "lvTuTeamId": 1,
  3. "guideId": 1,
  4. "title": "good job"
  5. }

返回示例:

正确时返回:

  1. {
  2. "code": 200,
  3. "success": true,
  4. "message": null,
  5. "result": {
  6. "title": "good job",
  7. "createOn": "2019-08-06T15:27:02.536283+08:00",
  8. "id": 2
  9. }
  10. }

错误时返回:

返回参数说明:

Data数据说明

参数名 类型 说明
Id int32 通知Id

备注:

-