feat: update audit platform workspace

This commit is contained in:
wren
2026-05-25 09:50:01 +08:00
parent ba8e93c0d3
commit 68d0b4c878
73 changed files with 12196 additions and 367 deletions
+11
View File
@@ -80,3 +80,14 @@ PAGE_QUALITY_QUEUE_NORMAL = "leaudit.page_quality.normal"
RUN_LOCK_SECONDS = 1800
TASK_SOFT_TIME_LIMIT = 3300
TASK_TIME_LIMIT = 3600
[QICHACHA]
APP_KEY = "738678a1fc4942f3b459d76f64fd4fc4"
SECRET_KEY = "F0FB2336E79770EFDC1F03530ED27C57"
BASE_URL = "https://api.qichacha.com"
ENTERPRISE_PATH = "/ECIV4/GetBasicDetailsByName"
DISHONESTY_PATH = "/ShixinCheck/GetList"
TIMEOUT = 30
MAX_RETRIES = 3
RETRY_DELAY = 1
CACHE_DAYS = 30