{
"userAccount":"浙江金湖",
"userPassword":"123456"
}
curl --location --request POST 'http://127.0.0.1:8091/clean/program/account/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAccount":"浙江金湖",
"userPassword":"123456"
}'
{"code":"1","data":"1953acbfd5e74c3cb6ba8c620e896777","msg":"成功"}