可信代码库-AI大模型模型推荐问题接口改造与对接

This commit is contained in:
付民康
2025-07-05 11:27:10 +08:00
parent ed107345b9
commit 845d72d9e4
4 changed files with 3 additions and 5 deletions

View File

@@ -199,7 +199,6 @@ const proxyService = (params: any, customConfigs?: CustomConfigs) => {
// response 拦截器
service.interceptors.response.use(
(response) => {
debugger
response.data.data = $Decrypt(response.data.data)
return response;
},