Skip to content

notice create

木杉 edited this page Sep 18, 2018 · 2 revisions
POST /api/notices

header

{
  "token": "token"
}

参数

{
  "srcId": "srcId",
  "type": 0,
  "reason": "reason",
  "to": "to"
}

返回

{
  "code": 1,
  "msg": "SUCCESS"
}
Clone this wiki locally