Пример #1
0
 public static AutoRlyInfo GetEventRly(string strReqKey)
 {
     return(AutoRly.GetByKey("事件回复", strReqKey));
 }
Пример #2
0
 public static AutoRlyInfo GetKeyRly(string strReqKey)
 {
     return(AutoRly.GetByKey("关键字回复", strReqKey));
 }