{
"userInfo": [
{
"userName": "testw"
}
]
}
curl --location --request POST 'http://121.36.108.223:18855/haitai-csss/user/getAuthCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"userInfo": [
{
"userName": "testw"
}
]
}'
{}