🐛 #2806【企业微信】 修复获取审批数据接口的地址

This commit is contained in:
Binary Wang 2022-09-02 19:18:27 +08:00 committed by GitHub
commit 7a200c0574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,7 +298,7 @@ public interface WxCpApiPathConsts {
/**
* The constant GET_APPROVAL_DATA.
*/
String GET_APPROVAL_DATA = "/cgi-bin/oa/getapprovaldata";
String GET_APPROVAL_DATA = "/cgi-bin/corp/getapprovaldata";
/**
* The constant GET_CORP_CONF.