Merge branch 'hotfix-hanyinfix'

master
yixian 5 years ago
commit fa3ad18f21

@ -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