-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
企业微信审批模板创建失败 #2949
Comments
1、Work v3.18.1 新加企业微信企业客户标签回调事件(PR #2948) 2、修复:ApprovalCreateTemplateRequest.template_names 命名更正为:template_name(Issue #2949) 感谢 @programmer-zheng @xiaopotian1990
Senparc.Weixin.Work v3.18.1 中依赖的Senparc.Weixin >=6.17,Senparc.Weixin 6.17中又依赖了Microsoft.Extensions.Options >=8.0 项目中使用了abp框架,abp框架仍未发布基于.net8的正式版 |
@programmer-zheng Microsoft.Extensions.Options 8.0 是向下兼容,支持 .NET 6.0-8.0,不知道你得到的错误信息是什么,看一下是不是框架强制制定了某个版本,一般来说框架设计的时候应该可以允许设置最高支持版本的。 |
@programmer-zheng 麻烦看下哈 |
问题描述
企业微信审批模板创建,提示异常
微信 POST 请求发生错误!错误代码:301086;说明:invalid parameter:zh_CN's text can't be empty;
https://github.com/JeffreySu/WeiXinMPSDK/blob/master/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OA/OAJson/ApprovalCreateTemplateRequest.cs#L13C70-L13C70
源码中的参数
template_names
与官方要求的template_name
不匹配,无法正确调用接口创建审批模板重现问题步骤(如果可以)
ApprovalCreateTemplateRequest
实例OaApi.ApprovalCreateTemplateAsync
方法微信官方文档 URL
https://developer.work.weixin.qq.com/document/path/97437
微信官方文档快照(直接复制关键内容到下方)
发现问题的模块
模块对应的 .net 版本
开发环境
缓存环境
系统环境
联系方式
Email:
(也可将问题地址及联系方式发送到 [email protected])
The text was updated successfully, but these errors were encountered: