This commit is contained in:
2025-11-06 02:12:12 +08:00
parent ffc8984534
commit a3aa8c74e6
5 changed files with 299 additions and 66 deletions

View File

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