generated from tailored/router-db-template
temp
This commit is contained in:
@@ -49,7 +49,7 @@ export const getSign = async (signInfo: SignInfo, options?: SignOptions): Promis
|
||||
web_session: web_session,
|
||||
}),
|
||||
}).then((res) => res.json());
|
||||
return signs;
|
||||
return signs as SignResponse;
|
||||
} catch (error) {
|
||||
return null;
|
||||
}
|
||||
@@ -161,7 +161,7 @@ export class XhsClient extends XhsClientBase {
|
||||
const url = '/api/sns/web/v1/you/mentions';
|
||||
const response = await this.get(
|
||||
url,
|
||||
{ num: 20, cursor: '' },
|
||||
{ num: num, cursor: '' },
|
||||
{
|
||||
sign: this.sign.bind(this),
|
||||
needSign: true,
|
||||
|
||||
Reference in New Issue
Block a user