修改企查查使用真实的接口

This commit is contained in:
2025-12-15 15:19:26 +08:00
parent a0ef2eae93
commit 0aa75c6ffb
3 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ const MOCK_DISHONESTY_NO_RECORDS = {
};
/** 是否使用 Mock 数据 */
const USE_MOCK = true;
const USE_MOCK = false;
// ==================== API 方法 ====================