From b5498d187a6e35bb266be279dfd314f087483e21 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 15 Jun 2021 17:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BE=AE=E4=BF=A1=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=AE=A1=E6=A0=B8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/Wechat.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/services/Wechat.ts b/src/services/Wechat.ts index 1027c71..5e1c410 100644 --- a/src/services/Wechat.ts +++ b/src/services/Wechat.ts @@ -54,7 +54,6 @@ export async function msgSecCheck(content: string) { 'Cache-Control': 'no-cache', 'Content-Type': 'application/json', }, - responseType: 'stream', data, } return axios(reqConfig)