/// <summary> /// 得到关健字查询的规则ID及回复类型 /// </summary> public int GetKeywordsRuleId(int account_id, string keywords, out int response_type) { return(dal.GetKeywordsRuleId(account_id, keywords, out response_type)); }
/// <summary> /// 得到关健字查询的规则ID及回复类型 /// </summary> public int GetKeywordsRuleId(string keywords, out int response_type) { return(dal.GetKeywordsRuleId(keywords, out response_type)); }