合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# 推送模式 - 1. 获取当前推送模式 ~~~[api] get:/config/get/ptype <<< success { "status": true, "resdata": { "ptype": 0, "ptypename": "单推模式" } } ~~~ - 2. 更新当前推送模式 ~~~[api] PATCH:/config/patch/ptype *int:ptype=0#推送模式 {0:单,1:复} <<< success { "status": true } <<< error { "status": false } ~~~