瀚银上传文件被截断问题修复,诊断接口调整

master
yixian 6 years ago
parent 351ac0c289
commit 82caf7a439

@ -66,7 +66,7 @@ public class TradeSecureServiceHanyinImpl implements TradeSecureService {
if (upload) {
sftpUpload(file);
}
if (resp != null) {
if (!upload && resp != null) {
file.writeToHttp(resp);
}
}

Loading…
Cancel
Save