This commit is contained in:
2025-11-06 02:22:14 +08:00
parent a3aa8c74e6
commit 350ecde455
5 changed files with 138 additions and 16 deletions

View File

@@ -29,8 +29,8 @@ public class TencentDocConfig {
/** 授权回调地址 */
private String redirectUri;
/** API基础地址 - V3版本注意是 /openapi/v3 不是 /open/v3 */
private String apiBaseUrl = "https://docs.qq.com/openapi/v3";
/** API基础地址 - V3版本注意根据文档路径推测应该是 /open/api/v3 */
private String apiBaseUrl = "https://docs.qq.com/open/api/v3";
/** OAuth授权地址 */
private String oauthUrl = "https://docs.qq.com/oauth/v2/authorize";