Public
Documentation Settings

mall_cms

用户登录

POST用户登录

{{baseURL}}/login
Bodyraw (json)
json
{
    "name": "coderwhy",
    "password": "123456"
}
Example Request
curl
curl --location -g '{{baseURL}}/login' \
--data '{
    "name": "coderwhy",
    "password": "123456"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GET验证登录

{{baseURL}}/test
AUTHORIZATIONBearer Token
Token

{{token}}

Example Request
curl
curl --location -g '{{baseURL}}/test'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

系统管理

用户管理