コード例 #1
0
ファイル: AutoRly.cs プロジェクト: ngochoanhbr/dahuco
 public static AutoRlyInfo GetEventRly(string strReqKey)
 {
     return(AutoRly.GetByKey("事件回复", strReqKey));
 }
コード例 #2
0
ファイル: AutoRly.cs プロジェクト: ngochoanhbr/dahuco
 public static AutoRlyInfo GetKeyRly(string strReqKey)
 {
     return(AutoRly.GetByKey("关键字回复", strReqKey));
 }