Commit 5382e446 authored by 周亚武's avatar 周亚武

钉钉相关接口

parent b10ec09f
......@@ -120,7 +120,7 @@ public class DingPersonServiceImpl extends AbstractDingTalkService implements ID
com.aliyun.teaopenapi.models.Config config = new com.aliyun.teaopenapi.models.Config();
config.protocol = "https";
config.regionId = "central";
config.endpoint = domain;
config.endpoint = domain.replace("https://","");
return new com.aliyun.dingtalkworkflow_1_0.Client(config);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment