|
|
@@ -14,7 +14,8 @@ public class NotionConfig {
|
|
|
/** Notion API Key (Integration Secret) */
|
|
|
private String apiKey = "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";
|
|
|
/** 公开站点域名 */
|
|
|
- private String domain = "syysy.notion.site";
|
|
|
+// private String domain = "syysy.notion.site";
|
|
|
+ private String domain = "ysysy.notion.site";
|
|
|
/** 批量创建线程数 */
|
|
|
private int threadCount = 8;
|
|
|
/** API 限流重试次数 */
|