namespace WX.CRM.IBLL.Sms { public interface ISMS_USERVERIFYCODE_Q { /// /// 短信发送判断 /// /// /// /// /// /// bool checkSendCodeToUser(string resid, string type, int time, int count); /// /// 获取短信帐号 /// /// /// string GetCilentCode(string subTypeCode); } }