新增一起听状态接口 #1170 #1098

This commit is contained in:
binaryify
2021-03-13 13:37:09 +08:00
parent 044ac78c17
commit b6edef640a
6 changed files with 32 additions and 2 deletions

4
interface.d.ts vendored
View File

@ -1405,3 +1405,7 @@ export function user_bindingcellphone(
password?: string
} & RequestBaseConfig,
): Promise<Response>
export function listen_together_status(
params: RequestBaseConfig,
): Promise<Response>