DokuWiki

It's better when it's simple

User Tools

Site Tools


features

This is an old revision of the document!


获取所有用户

请求参数说明
参数名称 参数类型 描述
返回结果说明
参数名称 参数类型 描述
id int 主键
user_name string 用户名称
返回值实例

<code> {

  "code": "0000",
  "message": "获取成功",
  "data": [
      {
          "user_id": "1",
          "user_name": "Kevin"
      },
      {
          "user_id": "2",
          "user_name": "Kevin"
      },
      {
          "user_id": "3",
          "user_name": "kjhgkjgkj"
      }
  ]

}

features.1541658719.txt.gz · Last modified: 2018-11-08 07:31 by whb

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki