{ "url": "http://baidu.com" }
curl --location --request POST '/api/openUrl' \ --header 'Content-Type: application/json' \ --data-raw '{ "url": "http://baidu.com" }'
{"code":0,"data":"true","msg":""}