🆕 #1538 企业微信模块增加获取企业授权信息的接口

This commit is contained in:
yuanqixun
2020-04-30 17:00:39 +08:00
committed by GitHub
parent 172638bd3f
commit 8805e97e62
6 changed files with 300 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ public final class WxCpApiPathConsts {
public static final String GET_SUITE_TOKEN = "/cgi-bin/service/get_suite_token";
public static final String GET_PROVIDER_TOKEN = "/cgi-bin/service/get_provider_token";
public static final String GET_PREAUTH_CODE = "/cgi-bin/service/get_pre_auth_code";
public static final String GET_AUTH_INFO = "/cgi-bin/service/get_auth_info";
}
public static class User {