{
"type": "openBrowser",
"data": {
"url": "https://qxpro.apifox.cn/"
}
}
curl --location --request POST 'http://127.0.0.1:8888/wechat/httpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "openBrowser",
"data": {
"url": "https://qxpro.apifox.cn/"
}
}'
{
"code": 200,
"msg": "操作成功",
"result": {},
"wxid": "wxid_nq6r0w9v12612",
"port": 8888,
"pid": 16040,
"flag": "7888",
"timestamp": "1716630021264"
}