去除打印

This commit is contained in:
2025-09-28 16:29:08 +08:00
parent 87bb23a9a4
commit 612dd4eac1
10 changed files with 0 additions and 16 deletions

View File

@@ -146,7 +146,6 @@ const CUD = async function (method, uri, data = null) {
options.data = data;
}
const response = await request(options);
console.log("response---------",response)
return parseResponse(response);
};