|
@@ -2,7 +2,7 @@ const fetch = require('node-fetch'); // Node.js 18以下版本需要安装 node-
|
|
|
const tools = require('../../../tools');
|
|
|
const helper = require('../../helper');
|
|
|
const mysql = require('mysql2/promise');
|
|
|
-const config = require("../etc/config.json");
|
|
|
+const config = require("../../../etc/config.json");
|
|
|
const taskdbConfig = config.isDebug?config.debug_task_mysql:config.release_task_mysql
|
|
|
const CMD = {}
|
|
|
CMD.search_id = async function (bookId) {
|