From a44d725c60b7649aaedf0f37524752dc77eaceb8 Mon Sep 17 00:00:00 2001 From: 宋庆平 Date: Mon, 13 May 2024 11:59:40 +0800 Subject: [PATCH] x --- wxsdk/http/SDKHttp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxsdk/http/SDKHttp.ts b/wxsdk/http/SDKHttp.ts index b0899c9..5202060 100644 --- a/wxsdk/http/SDKHttp.ts +++ b/wxsdk/http/SDKHttp.ts @@ -21,7 +21,7 @@ export default class SDKHttp { if (data && typeof data === "object") { data = JSON.stringify(data); } - console.error("sign"+ url+JSON.stringify(data)) + // console.error("sign"+ url+JSON.stringify(data)) data = data || ""; if (method == "GET" && data != "") { data = JSON.parse(data); -- libgit2 0.21.0