{ "appId": "string", "proxyType": "string", "proxyInfo": "string" }
curl --location 'https://api.wekeapi.com/api/v1/login/getLoginQrCode' \ --header 'X-Access-Token;' \ --header 'Content-Type: application/json' \ --data '{ "appId": "string", "proxyType": "string", "proxyInfo": "string" }'
{ "code": 0, "data": { "appId": "string", "qrCodeImgData": "data:image/jpg;base64,<base64_data>", "qrCodeInfo": "http://weixin.qq.com/x/Q8n9CN9Xc37qS0tglfzg", "qrCodeUUID": "Q8n9CN9Xc37qS0tglfzg" }, "message": "OK" }