{
"username": "yudaoyuanma",
"password": "buzhidao",
"captchaVerification": "PfcH6mgr8tpXuMWFjvW6YVaqrswIuwmWI5dsVZSg7sGpWtDCUbHuDEXl3cFB1+VvCC/rAkSwK8Fad52FSuncVg==",
"socialType": 10,
"socialCode": "1024",
"socialState": "9b2ffbc1-7425-4155-9894-9d5c08541d62"
}
curl --location --request POST '/system/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "yudaoyuanma",
"password": "buzhidao",
"captchaVerification": "PfcH6mgr8tpXuMWFjvW6YVaqrswIuwmWI5dsVZSg7sGpWtDCUbHuDEXl3cFB1+VvCC/rAkSwK8Fad52FSuncVg==",
"socialType": 10,
"socialCode": "1024",
"socialState": "9b2ffbc1-7425-4155-9894-9d5c08541d62"
}'
{
"code": 0,
"data": {
"userId": 0,
"accessToken": "",
"refreshToken": "",
"expiresTime": ""
},
"msg": ""
}