Skip to content

Commit

Permalink
Merge pull request #1625 from wangyu096/3.5.x
Browse files Browse the repository at this point in the history
bugfix: 作业平台调用快速分发文件API,transferMode参数不生效 #1624
  • Loading branch information
wangyu096 authored Dec 14, 2022
2 parents 765ed20 + 0a226ce commit 8be149b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public class EsbFastTransferFileV3Request extends EsbAppScopeReq {
/**
* 传输模式。1-严谨模式,2-强制模式
*/
@JsonProperty("transfer_mode")
private Integer transferMode;

public void trimIps() {
Expand Down

0 comments on commit 8be149b

Please sign in to comment.