Commit a44d725c60b7649aaedf0f37524752dc77eaceb8
1 parent
12e5925f
Exists in
zfb_waibu_linshi
and in
1 other branch
x
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
wxsdk/http/SDKHttp.ts
| ... | ... | @@ -21,7 +21,7 @@ export default class SDKHttp { |
| 21 | 21 | if (data && typeof data === "object") { |
| 22 | 22 | data = JSON.stringify(data); |
| 23 | 23 | } |
| 24 | - console.error("sign"+ url+JSON.stringify(data)) | |
| 24 | + // console.error("sign"+ url+JSON.stringify(data)) | |
| 25 | 25 | data = data || ""; |
| 26 | 26 | if (method == "GET" && data != "") { |
| 27 | 27 | data = JSON.parse(data); | ... | ... |