{
"account": "admin",
"pwd": "123456",
"key": "43818f9f28c84160d57b7057baa85a26",
"code": "rzmg",
"wxCode": ""
}
curl --location --request POST '/api/admin/login' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "admin",
"pwd": "123456",
"key": "43818f9f28c84160d57b7057baa85a26",
"code": "rzmg",
"wxCode": ""
}'
{
"code": 0,
"data": {
"account": "string",
"id": 0,
"isSms": true,
"realName": "string",
"token": "string"
},
"message": "string"
}