套餐添加操作列 & 登录后已实名的更新状态显示 &更新脚本的远程仓库地址
This commit is contained in:
@@ -103,3 +103,10 @@ export async function getPriceHome(props: CreateResourceReq) {
|
||||
discounted?: string
|
||||
}>('/api/resource/price', props)
|
||||
}
|
||||
|
||||
export async function updateCheckip(props: {
|
||||
id: number
|
||||
checkip: boolean
|
||||
}) {
|
||||
return callByUser('/api/resource/update/checkip', props)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user