curl --location 'http://localhost:8085/api/miniapp/login/qrcode' \ --header 'Content-Type: application/json' \ --data '{ "uuid": "string" }'
{ "code": 0, "data": "string", "message": "string" }