本文档为大众产品接口文档 如需不明确请及时联系客服处理!
{
"http_port": 1,
"https_port": 1,
"listen_ports": [
{
"https": true,
"port": 1
}
]
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/client/site_config/listen_port_update?site_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"http_port": 1,
"https_port": 1,
"listen_ports": [
{
"https": true,
"port": 1
}
]
}'{
"code": 0,
"data": {
"http_port": 1,
"https_port": 1,
"listen_ports": [
{
"https": true,
"port": 1
}
]
},
"message": "string"
}