From e822a4a267fd1d534304056378d9fa6cc707e60d Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sat, 20 Jan 2024 10:03:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96HLS=E7=9B=B8=E5=85=B3API?= =?UTF-8?q?=E8=A7=92=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/rpc.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build/rpc.json b/build/rpc.json index b6275d3..3ed498b 100644 --- a/build/rpc.json +++ b/build/rpc.json @@ -3581,7 +3581,10 @@ "responseMessageName": "RPCSuccess", "code": "rpc updateHTTPWebHLS(UpdateHTTPWebHLSRequest) returns (RPCSuccess);", "doc": "修改HLS设置", - "roles": [], + "roles": [ + "admin", + "user" + ], "isDeprecated": false }, { @@ -3590,7 +3593,10 @@ "responseMessageName": "FindHTTPWebHLSResponse", "code": "rpc findHTTPWebHLS(FindHTTPWebHLSRequest) returns (FindHTTPWebHLSResponse);", "doc": "查找HLS设置", - "roles": [], + "roles": [ + "admin", + "user" + ], "isDeprecated": false }, {