请求地址:
/api/auth/signin
请求方式:
POST
Body
json
{
"timestamp": 1732189045000,
"username": "xxxx",
"password": "xxxx",
"captcha": "1"
}
Response
json
{
"type": "Bearer",
"token": "ccc",
"id": 1,
"username": "admin",
"roles": [
"1"
],
"avatar": ""
}
贡献者