publish 2.0.0.rc12
This commit is contained in:
@@ -102,7 +102,7 @@ public class PlatformDingConfig {
|
||||
* @return accessToken
|
||||
* @see <a href="https://open.dingtalk.com/document/orgapp-server/obtain-orgapp-token" />
|
||||
*/
|
||||
private String getAccessToken(String service) {
|
||||
public String getAccessToken(String service) {
|
||||
DingConfigBean dingConfigBean = getConfigBean(service);
|
||||
String accessToken = TsCacheService.of().get(CACHE_ACCESS_TOKEN + dingConfigBean.getAppKey(), -1);
|
||||
if (!StrUtil.isEmpty(accessToken)) {
|
||||
|
||||
Reference in New Issue
Block a user