Skip to content

Commit

Permalink
Update user.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gaozhangmin committed Sep 4, 2023
1 parent 67e3cee commit 942f77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aliapi/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export default class AliUser {
const postData = {
refresh_token: token.refresh_token_v2,
grant_type: 'refresh_token',
client_secret: 'f33ca6d0287f46369326df8bec30b5f4',
client_id: 'df43e22f022d4c04b6e29964f3b8b46d'
client_secret: '',
client_id: ''
}
return await AliHttp.Post(Config.accessTokenUrl, postData, '', '')
}
Expand Down

0 comments on commit 942f77d

Please sign in to comment.