添加 VIP 信息接口

This commit is contained in:
WooMai
2021-07-06 20:18:07 +08:00
parent 1cdc09226f
commit 7f644bf61f
4 changed files with 25 additions and 0 deletions

2
interface.d.ts vendored
View File

@ -1515,3 +1515,5 @@ export function musician_cloudbean_obtain(
period: number | string
} & RequestBaseConfig,
): Promise<Response>
export function vip_info(params: RequestBaseConfig): Promise<Response>