Commit ce4dd66b authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 9101106b 1b5509dc
......@@ -170,7 +170,7 @@ export default {
isshowTabPane: true,
search: [
{
name: "status",
name: "checkStatus",
type: "select",
label: "处理状态",
fuzzy: false,
......
......@@ -116,10 +116,11 @@ public class DingPersonServiceImpl extends AbstractDingTalkService implements ID
* @return Client
* @throws Exception
*/
public static com.aliyun.dingtalkworkflow_1_0.Client createClient() throws Exception {
public com.aliyun.dingtalkworkflow_1_0.Client createClient() throws Exception {
com.aliyun.teaopenapi.models.Config config = new com.aliyun.teaopenapi.models.Config();
config.protocol = "https";
config.regionId = "central";
config.endpoint = domain;
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