コード例 #1
0
        public string Data_Select_NoticeTT(string cxdata)
        {
            token = appClass.CRM_Gettoken();
            CRM_MSG_NOTICETTParam model = Newtonsoft.Json.JsonConvert.DeserializeObject <CRM_MSG_NOTICETTParam>(cxdata);

            CRM_MSG_NOTICETTList[] data = crmModels.MSG_NOTICE.ReadTT(model, token);
            return(Newtonsoft.Json.JsonConvert.SerializeObject(data));
        }
コード例 #2
0
ファイル: MSG_NOTICE.cs プロジェクト: shenqingying/CodeTest
 public CRM_MSG_NOTICETTList[] ReadTT(CRM_MSG_NOTICETTParam model, string ptoken)
 {
     return(client.ReadTT(model, ptoken));
 }