{
"password":"a-123456",
"username":"BJKCS"
}
curl --location --request POST 'https://iot.ecocloud.cn:3100/eco-boot/sys/thirdLogin' \
--header 'Content-Type: application/json' \
--data-raw '{
"password":"a-123456",
"username":"BJKCS"
}'
{}