Skip to content

issue fetchByTag(intersect)

木杉 edited this page Aug 22, 2018 · 1 revision
POST /api/issues/fetch/by-tag/intersect

参数

{
  "tags": [0]
}

返回

{
  "code": 1,
  "msg": "SUCCESS",
  "data": [{
    ...issue
  }]
}
Clone this wiki locally