예제 #1
0
 /// <summary>
 /// 查询短信发送记录
 /// </summary>
 /// <param name="qp"></param>
 /// <returns></returns>
 public RPC_Result <QueryResult <SMSMessage> > GetSMSListByAccountID(string AccountID, QueryParams qp)
 {
     qp.add("AccountID", AccountID);
     return(SMSProxy.GetSMSService().GetSMSList(qp));
 }