This commit is contained in:
2024-10-30 18:27:37 +08:00
parent 4d4d409cc7
commit 4b04c1863b
15 changed files with 576 additions and 336 deletions

View File

@@ -21,14 +21,9 @@
</script>
<script>
function onButton(){
getLiveVideoList({
success:function(json){
console.log(json)
},
error:function(error){
}
getLiveVideoList()
.then(data=>{
console.log(data)
})
}
</script>