分享请求接口

This commit is contained in:
2020-12-02 17:02:49 +08:00
parent 564ae0a0e7
commit 95d91f66be
3 changed files with 13 additions and 2 deletions

View File

@@ -1247,3 +1247,7 @@ export async function share() {
message.error(res.msg);
}
}
export async function addshareClick(videoid:number) {
await get("addshareClick",{videoid})
}