{
"type": "editVersion",
"data": {
"new": "3.9.10.16"
}
}
curl --location --request POST 'http://127.0.0.1:8888/wechat/httpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "editVersion",
"data": {
"new": "3.9.10.16"
}
}'
{
"code": 200,
"msg": "操作成功",
"result": {},
"wxid": "",
"port": 8888,
"pid": 2840,
"flag": "7888",
"timestamp": "1716609820642"
}