增加微信内容审核接口

This commit is contained in:
zhl 2021-06-15 17:12:02 +08:00
parent 6188b91220
commit b5498d187a

View File

@ -54,7 +54,6 @@ export async function msgSecCheck(content: string) {
'Cache-Control': 'no-cache', 'Cache-Control': 'no-cache',
'Content-Type': 'application/json', 'Content-Type': 'application/json',
}, },
responseType: 'stream',
data, data,
} }
return axios(reqConfig) return axios(reqConfig)