mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-07-19 08:53:54 -05:00
Use /v3/Account/GetToken to renew the app token
This commit is contained in:
parent
53a15bbb99
commit
4d593deb7f
|
|
@ -165,7 +165,7 @@ export default class ZncApi {
|
|||
timestamp,
|
||||
f: flapgdata.f,
|
||||
requestId: uuid,
|
||||
naIdToken: this.token,
|
||||
naIdToken: id_token,
|
||||
};
|
||||
|
||||
const data = await this.fetch<AccountToken>('/v3/Account/GetToken', 'POST', JSON.stringify({
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user