在现代企业中,审批流程是非常重要的一环,它涉及到企业内部各种业务流程的规范和高效运转。而随着企业微信的流行,许多企业希望将审批流程整合到企业微信中,以实现更便捷的审批操作。本文将介绍如何使用PHP对接企业微信审批接口,从而实现企业内部审批流程与企业微信的无缝连接。
接下来,你可以使用PHP编写代码,利用企业微信提供的接口实现审批流程的对接。在PHP中,你可以使用curl库或者其他HTTP请求库来发送请求并处理响应数据,具体的实现方式可以参考企业微信提供的接口文档。
调用审批详情接口报错如下
no approval auth:creator not in app visible range
https://qyapi.weixin.qq.com/cgi-bin/oa/getapprovaldetail
返回状态status: HTTP/1.1 200 OK
error-code: 301055
error-msg: no approval auth:creator not in app visible range
content-type: application/json; charset=UTF-8
content-length: 79
返回结果{ "errcode": 301055, "errmsg": "no approval auth:creator not in app visible range" }