go-clean-code-template
    go-clean-code-template
    • Service Status
      GET
    • Service Status (/api)
      GET
    • Create User
      POST
    • Get User
      POST

      Get User

      正式环境
      https://go-clean-code-template.zouying.work
      正式环境
      https://go-clean-code-template.zouying.work
      POST
      /user/get
      责任人:邹颖

      请求参数

      Body 参数application/json
      uid
      integer 
      必需
      示例
      {
          "uid": 1
      }

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://go-clean-code-template.zouying.work/user/get' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "uid": 1
      }'

      返回响应

      🟢200成功
      application/json
      Body
      object {0}
      示例
      {}
      修改于 2024-04-11 06:11:19
      上一页
      Create User
      Built with