新增接口 #971

This commit is contained in:
binaryify
2020-10-16 16:13:07 +08:00
parent edf7077a47
commit b59eaf492b
6 changed files with 41 additions and 1 deletions

6
interface.d.ts vendored
View File

@ -1261,3 +1261,9 @@ export function user_replacephone(
): Promise<Response>
export function user_safe(params: RequestBaseConfig): Promise<Response>
export function dj_subscriber(params: {
id: number | string
limit?: number | string
time?: number | string
} & RequestBaseConfig,): Promise<Response>