v1

latestSwagger 2.02026-07-17564.0 KB
user-api

注册

注册一个用户

post/api/user/register

Request body

usernamestring
passwordstring
mobilestring

Example request

{
  "password": "password",
  "mobile": "mobile",
  "username": "username"
}

Response

A successful response.

{"stackTrail":"paths:/api/user/register:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}