From 7bfdbe969da0b3a132d805cd15e9e83e7f2a8f8a Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期日, 25 六月 2023 11:12:26 +0800
Subject: [PATCH] 将掘金接口抽象出单独的类

---
 data_export_util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/data_export_util.py b/data_export_util.py
index ed79784..60ae7c6 100644
--- a/data_export_util.py
+++ b/data_export_util.py
@@ -207,4 +207,4 @@
 
 
 if __name__ == "__main__":
-    export_l2_excel("603999")
+    export_l2_excel("002343")

--
Gitblit v1.8.0