直播结束

This commit is contained in:
2020-11-30 15:49:37 +08:00
parent 96fe144797
commit d6565eee44
4 changed files with 6 additions and 6 deletions

4
dist/js/common.js vendored
View File

@@ -172,7 +172,7 @@ function setBtnClickFuc() {
const jiekou = new Promise((res)=>{
$.ajax({
url: window.url + 'StopMCUMixTranscode?roomid=' + window.roomid,
headers: "Bearer " + localStorage.getItem("token"),
headers: { "Authorization": "Bearer " + localStorage.getItem("token")},
success(){
res(1)
}
@@ -181,7 +181,7 @@ function setBtnClickFuc() {
const jieshu = new Promise((res)=>{
$.ajax({
url: window.url + 'live?liveid=' + window.liveid,
headers: "Bearer " + localStorage.getItem("token"),
headers: { "Authorization": "Bearer " + localStorage.getItem("token")},
method:"POST",
data:{
status: 2