xbx #118

Merged
theluyuan merged 10 commits from xbx into master 2020-11-06 15:45:06 +00:00
Showing only changes of commit 6b8ca9b797 - Show all commits

View File

@ -948,7 +948,7 @@ export async function liveinfo(id: number): Promise<any>{
}
export async function setlive(data: any){
data.status = 0;
data.status = data.livestatus;
const info = await put("live/" + data.id, data)
console.log(info.data)
if(info.code==0){