Untitled

添加数据

GET https://localhost:59595/add

Query Parameters

Name
Type
Description

name

string

频道名称

path

string

播放地址

{code:1,msg:'success'}

删除频道

GET http://localhost:59595/del

Query Parameters

Name
Type
Description

name

string

删除的频道名称

{code:1,msg:'success'}

导出所有频道

GET http://localhost:59595/export

{code:1,msg:'success',data:data}

清空频道

GET http://localhost:59595/clear

最后更新于