{
"userAccount": "string",
"userPassword": "string"
}
curl --location --request POST 'http://127.0.0.1:8091/clean/account/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAccount": "string",
"userPassword": "string"
}'
{"code":"1","data":{"token":"eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImYyM2IzY2M5LTRlOGItNDk0Ni05MDljLTkwZjFiNDRkOWYwNyJ9.ut_HARH1a1bVIIWx9gKTXd1zbzS18hN7MzKk8cnKIJ3wA3s5Sg_KcXu2q1-cP49yMd6Rs9QLdChG9I1tDZSH6Q","userInfoVo":{"accountPermission":"company","areaId":"15","companyId":"1770359219518967808","industryId":2,"userAccount":"CC2C1"}},"msg":"成功"}