mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-02 11:48:54 +08:00
🎨 #2878 【企业微信】OA提交审批申请接口增加提单者提单部门id(choose_department)的请求参数
This commit is contained in:
parent
ace4f9a278
commit
e636362585
@ -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时生效。
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user