feat: 登录接口环境调试

This commit is contained in:
duanshuwen
2025-12-21 22:48:23 +08:00
parent 2fb6a0d7e9
commit 72d1869f40
4 changed files with 14 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ export function authOauth2TokenUsingPost({
method: 'POST',
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
'Authorization': 'Basic Y3VzdG9tUEM6Y3VzdG9tUEM=',
},
data: body,
...(options || {}),