卡扣失败返回值处理
This commit is contained in:
parent
77db129dd1
commit
ea75962113
@ -121,7 +121,7 @@ public class CollectAuditProcess {
|
||||
//处理内容
|
||||
String strResp = new String(responseBody, "GBK");
|
||||
log.error(strResp);
|
||||
return strResp;
|
||||
return "";
|
||||
}
|
||||
else {
|
||||
//读取内容
|
||||
|
||||
@ -122,7 +122,7 @@ public class CollectAuditProcessTj {
|
||||
//处理内容
|
||||
String strResp = new String(responseBody, "GBK");
|
||||
log.error(strResp);
|
||||
return strResp;
|
||||
return "";
|
||||
}
|
||||
else {
|
||||
//读取内容
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user