Skip to content

user fetchActivities

木杉 edited this page Sep 19, 2018 · 2 revisions
GET /api/users/:id/activities

返回

{
  "code": 1,
  "msg": "成功",
  "data": [{
    "srcId": "srcId",
    "type": 0,
    "body": article | issue | course
  }]
}
Clone this wiki locally