Skip to content

Commit

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

/**
Expand Down

0 comments on commit 394db15

Please sign in to comment.