非实时投保邮件发送

This commit is contained in:
dong.ai
2025-09-22 14:58:20 +08:00
parent eb07e7a21b
commit 693a1140fd
3 changed files with 250 additions and 66 deletions

View File

@@ -252,6 +252,9 @@ service.interceptors.request.use(
// respone拦截器
service.interceptors.response.use(
response => {
if (response.config.responseType) {
return response.data
}
let res = response.data
if (
(configApp.API_VERSION == 'v2' || configApp.API_VERSION == 'v3') &&