login 右边的列表
This commit is contained in:
@@ -627,6 +627,15 @@ export async function getcurrencys(){
|
||||
return res.data
|
||||
}
|
||||
|
||||
/**
|
||||
* 登录右侧 视频列表
|
||||
*/
|
||||
export async function getwebvideolist() {
|
||||
const res=await get("webvideos")
|
||||
console.log(res)
|
||||
return res.data
|
||||
}
|
||||
|
||||
/**
|
||||
* 发送验证码
|
||||
* @param phone 手机号
|
||||
|
||||
Reference in New Issue
Block a user