This commit is contained in:
2025-07-02 19:31:43 +08:00
parent 2adf97a139
commit 27b0099074
13 changed files with 18 additions and 604 deletions

View File

@@ -137,5 +137,13 @@ namespace MyCode.Project.Services.Implementation
});
//_workProcessService.Add<IStaffDataEnterpriseWechatService>(this.MerchantId, "InitDepartment", "刷企业微信数据", "", 2);
}
public void AddTask()
{
_workProcessService.Add<IStaffDataEnterpriseWechatService>(this.MerchantId, "TaskGetPasswordData", "定时获取用户登录参数", "", 2);
_workProcessService.Add<IStaffDataEnterpriseWechatService>(this.MerchantId, "TaskGetUserByAccount", "调度定时登录账号信息", "", 2);
}
}
}