LAPTOP-KB9HII50\70708 3 vuotta sitten
vanhempi
commit
6cc13fdae1

+ 1 - 1
svr/svr-cloud-care/src/main/java/com/yihu/jw/care/util/DingdingUtil.java

@ -88,7 +88,7 @@ public class DingdingUtil {
        PostClient postClient = executableClient.newPostClient(dingtalk_app_user);
        //设置参数
        postClient.addParameter("access_token", getAccessToken());
        postClient.addParameter("auth_code", "11");
        postClient.addParameter("auth_code", authCode);
        //Call API
        String apiResult = postClient.post();
        logger.info(apiResult);