卡扣失败返回值处理

This commit is contained in:
yjf 2022-02-14 08:41:18 +08:00
parent 77db129dd1
commit ea75962113
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ public class CollectAuditProcess {
//处理内容
String strResp = new String(responseBody, "GBK");
log.error(strResp);
return strResp;
return "";
}
else {
//读取内容

View File

@ -122,7 +122,7 @@ public class CollectAuditProcessTj {
//处理内容
String strResp = new String(responseBody, "GBK");
log.error(strResp);
return strResp;
return "";
}
else {
//读取内容