Skip to content

Commit

Permalink
🎨 #2878 【企业微信】OA提交审批申请接口增加提单者提单部门id(choose_department)的请求参数
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Nov 13, 2022
1 parent ace4f9a commit e636362
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ public class WxCpOaApplyEventRequest implements Serializable {
@SerializedName("use_template_approver")
private Integer useTemplateApprover;

/**
* 提单者提单部门id,不填默认为主部门
*/
@SerializedName("choose_department")
private Integer chooseDepartment;

/**
* 审批流程信息,用于指定审批申请的审批流程,支持单人审批、多人会签、多人或签,可能有多个审批节点,仅use_template_approver为0时生效。
*/
Expand Down

0 comments on commit e636362

Please sign in to comment.