Skip to content

Commit

Permalink
bugfix: 作业平台调用快速分发文件API,transferMode参数不生效 TencentBlueKing#1624
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Dec 14, 2022
1 parent 765ed20 commit 0a226ce
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 0a226ce

Please sign in to comment.