用户-Old

登录

登录CRAFT

POST https://bbs.arktoolbox.jamsg.cn/api/token

登录

Request Body

Name
Type
Description

identification*

string

用户名/电子邮箱

password*

string

密码

{
    "token": "访问令牌",
    "userId": 用户ID
}
circle-info

提示: 这个API需要使用JSON方式POST

注册

创建CRAFT新用户

POST https://bbs.arktoolbox.jamsg.cn/api/users

创建新用户

Headers

Name
Type
Description

Authorization*

string

最高权限Token

Request Body

Name
Type
Description

username*

string

用户名

email*

string

电子邮箱

password*

string

密码

circle-info

提示: 这个API需要使用JSON方式POST

最高权限Token请询问JamXi

读取用户信息

读取CRAFT用户信息

GET https://bbs.arktoolbox.jamsg.cn/api/users/<userid>

公开API

Request Body

Name
Type
Description

String

circle-info

Good to know: This API method was auto-generated from an example Swagger file. You'll see that it's not editable – that's because the contents are synced to an URL! Any time the linked file changes, the documentation will change too.

Last updated