using WX.CRM.Common; namespace WX.CRM.IBLL.Isvr { public interface IISVR_INTERFACECALLLOG { bool Create(ref ValidationErrors errors, WX.CRM.Model.Entity.ISVR_INTERFACECALLLOG model); /// /// 记录接口访问日志 /// /// 内容 /// 关键词 /// 密钥 /// 访问类和方法 /// bool AddCallLog(string content, string clientid, string sign, string url); } }