Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
本PR回应用户关于"新版的企业微信流程审批"的咨询,提供完整的文档说明 WxJava 已经全面支持 此功能。
问题分析
用户询问关于新版企业微信流程审批的支持情况,参考了文档91853。经过详细调查发现:
/cgi-bin/oa/applyevent已在WxCpOaService.apply()中实现添加的内容
📖 使用指南 (
weixin-java-cp/APPROVAL_WORKFLOW_GUIDE.md)双语(中英文)文档,包含:
🎯 演示代码 (
WxCpApprovalWorkflowDemo.java)完整演示类,展示如何使用已实现的审批流程功能:
已完整实现的API
以下API 已经全部实现:
/cgi-bin/oa/applyevent) - 文档 91853/cgi-bin/oa/getapprovaldetail)/cgi-bin/oa/getapprovalinfo)/cgi-bin/corp/getopenapprovaldata)WxCpTpOAService关键发现
无需新增实现。 用户所询问的"新版"流程审批功能在 WxJava 中已经全面支持。此文档帮助用户发现和使用现有的完善审批流程功能。
修复 #3434。
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.