降级版本
This commit is contained in:
@@ -808,4 +808,17 @@ export async function refusedtolive(signupid: number, msg: string){
|
||||
message.error(res.msg)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取直播签名
|
||||
*/
|
||||
|
||||
export async function usersig(userid: number) {
|
||||
const res = await get<string>("userSig",{userid});
|
||||
if(res.code != 0){
|
||||
message.error(res.msg)
|
||||
return '';
|
||||
}
|
||||
return res.data;
|
||||
}
|
||||
Reference in New Issue
Block a user