curl --location 'http://127.0.0.1:8081/api/Login/Awaken' \
--header 'Content-Type: text/plain' \
--data '{
"Wxid": "登录成功返回的"
}'{
"Code": 0,
"Success": true,
"Message": "成功",
"Data": {
"BaseResponse": {
"ret": 0,
"errMsg": {}
},
"Uuid": "返回的uuid拿去调用检测二维码",
"NotifyKey": {
"iLen": 16,
"buffer": "nKrpUxjcT2IrT0acEYWmQA=="
},
"CheckTime": 5,
"ExpiredTime": 290,
"BlueToothBroadCastContent": {
"iLen": 0
}
},
"Debug": ""
}