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