curl --location 'http://localhost:8085/api/miniapp/oauth/third' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "wx1234567890", "url": "https://xxx" }'
{ "code": 0, "data": "string", "message": "string" }