xbx #124

Merged
theluyuan merged 5 commits from xbx into master 2020-11-11 02:52:42 +00:00
Showing only changes of commit 9f03f3b3cc - Show all commits

View File

@ -233,6 +233,7 @@ interface VideoDetail{
share: number;
watch: number;
score: string;
statusdesc: string;
}
export async function videodetail(data?: any,ifupdate?: number) {
@ -264,8 +265,8 @@ export async function videodetail(data?: any,ifupdate?: number) {
updatedAt: res.data.updated_at,
watch: res.data.watch,
share: res.data.share,
score: res.data.score
score: res.data.score,
statusdesc: res.data.statusdesc
}
}