蜈洲岛


修改项目信息

POST /prom/ebk/coach/project/update

> Body 请求参数

{
  "projectName": "滑雪项目(修改测试)",
  "image": "http://dummyimage.com/400x400",
  "introduction": "测试修改功能",
  "id": 2
}

请求参数

名称 位置 类型 必选 说明
token header string token
body body object none
» id body integer(int64) id
» image body string 图片
» introduction body string 介绍
» projectName body string 项目名称

> 返回示例

> OK

{
  "success": true,
  "code": 1,
  "message": "操作成功",
  "data": ""
}

页面列表

ITEM_HTML