示例#1
0
        public static string ERNIERecordedit(int actid)
        {
            try
            {
                var pro = MemberERNIEData.ERNIERecordedit(actid);

                return(JsonConvert.SerializeObject(new { type = 100, msg = pro }));
            }
            catch (Exception ex)
            {
                return(JsonConvert.SerializeObject(new { type = 1, msg = ex.Message }));

                throw;
            }
        }