public string GetProductList(string JSon, string from) { //Common.WriteLog(@"D:\u8\json_start.txt", JSon); BD_Goods bll = new BD_Goods(); BD_GoodsCategory.ResultProductList result = bll.GetProductsList(AESHelper.Decrypt_android(JSon), from); JavaScriptSerializer js = new JavaScriptSerializer(); return(AESHelper.Encrypt_android(js.Serialize(result))); }
public string GetProductList(string JSon, string from) { BD_Goods bll = new BD_Goods(); BD_GoodsCategory.ResultProductList result = bll.GetProductsList(AESHelper.Decrypt_android(JSon), from); // BD_GoodsCategory.ResultProductList result = bll.GetProductsList(JSon); JavaScriptSerializer js = new JavaScriptSerializer(); return(AESHelper.Encrypt_android(js.Serialize(result))); //return js.Serialize(result); }