using MyCode.Project.Domain.Message.Response.User;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MyCode.Project.Services
{
public interface IStaffDataEnterpriseWechatService
{
///
/// 定时获取用户登录参数
///
void TaskGetPasswordData();
///
/// 调度定时登录账号信息
///
void TaskGetUserByAccount();
void AddTask();
}
}