{ "username": "heima", "password": "password" }
curl --location --request POST '/h5/user/login' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "heima", "password": "password" }'
{ "code": "10000", "message": "操作成功", "data": { "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9xxxx", "currentAuthority": "user", "status": "ok", "type": "account" } }