Skip to content

user fetchByIds

木杉 edited this page Aug 22, 2018 · 1 revision
POST /api/users/ids

参数

["id"]

返回

{
  "code": 1,
  "msg": "成功",
  "data": [{
    user
  }]
}
Clone this wiki locally