Example #1
0
    public string IsAttrDel(string JSon, string from)
    {
        BD_Goods_ver3 bll = new BD_Goods_ver3();

        BD_Goods_ver3.ResultProductsEdit result = bll.IsAttrDel(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer             js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Example #2
0
    public string GetConfiguration(string JSon, string from)
    {
        BD_Goods_ver3 bll = new BD_Goods_ver3();

        BD_Goods_ver3.ResultConfig result = bll.GetConfiguration(AESHelper.Decrypt_android(JSon), from);
        JavaScriptSerializer       js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Example #3
0
    public string GetTemplateValue(string JSon, string from)
    {
        BD_Goods_ver3 bll = new BD_Goods_ver3();

        BD_Goods_ver3.TemplateValueResult result = bll.GetTemplateValue(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer js = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Example #4
0
    public string ResellerProductSearch(string JSon, string from)
    {
        //Common.WriteLog(@"D:\u8\json_start.txt", JSon);
        BD_Goods_ver3 bll = new BD_Goods_ver3();

        BD_Goods_ver3.ResultCompanyProductSearch result = bll.ResellerProductSearch(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer js = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }