Exemplo n.º 1
0
 public string Maker(string JSon)
 {
     if (JSon == null || JSon == "")
     {
         return("false");
     }
     return(AESHelper.Encrypt_android(JSon));
 }
Exemplo n.º 2
0
    public string wxJSImage(string JSon, string from)
    {
        WX     wx = new WX();
        string aa = wx.getJSImage(JSon);
        JavaScriptSerializer js = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(aa)));
    }
Exemplo n.º 3
0
    public string GetCaptchaPhoto()
    {
        CheckCode bll = new CheckCode();

        CheckCode.ResultCaptchaPhoto result = bll.GetCaptchaPhoto();
        JavaScriptSerializer         js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 4
0
    public string CompanyLogin(string JSon)
    {
        SYS_Users bll = new SYS_Users();

        SYS_Users.ResultCompLog result = bll.CompanyLogin(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer    js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 5
0
    public string SendNewPrePayPwd(string JSon)
    {
        SYS_PhoneCode bll = new SYS_PhoneCode();

        SYS_PhoneCode.PhoneCode result = bll.ChangePwdByCode(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer    js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 6
0
    public string LoginByPhone(string JSon)
    {
        SYS_Users bll = new SYS_Users();

        SYS_Users.ResultLogin result = bll.LoginByPhone(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer  js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 7
0
    public string ResellerAddrAdd(string JSon)
    {
        BD_DisAddr bll = new BD_DisAddr();

        BD_DisAddr.ResultAddrAdd result = bll.ResellerAddrAdd(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer     js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 8
0
    public string GetResellerInfo(string JSon)
    {
        SYS_Users bll = new SYS_Users();

        SYS_Users.ResultDisInfo result = bll.GetResellerInfo(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer    js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 9
0
    public string CompNewsAdd(string JSon)
    {
        BD_CompNews bll = new BD_CompNews();

        BD_CompNews.ResultNewsAdd result = bll.CompNewsAdd(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer      js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 10
0
    public string GetCompanyOrderDetail(string JSon)
    {
        DIS_Order bll = new DIS_Order();

        DIS_Order.ResultOrderInfo result = bll.GetCompanyOrderDetail(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer      js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 11
0
    public string GetResellerOrderList(string JSon)
    {
        DIS_Order bll = new DIS_Order();

        DIS_Order.ResultOrderList result = bll.GetResellerOrderList(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer      js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 12
0
    public string SetCollect(string JSon)
    {
        BD_GoodsCategory bll = new BD_GoodsCategory();

        BD_GoodsCategory.ResultCollect result = bll.SetCollect(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer           js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 13
0
    public string SearchGoodsList(string JSon, string from)
    {
        BD_GoodsCategory bll = new BD_GoodsCategory();

        BD_GoodsCategory.ResultProductList result = bll.SearchGoodsList(AESHelper.Decrypt_android(JSon), from);
        JavaScriptSerializer js = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 14
0
    public string SendEnterRequest(string JSon, string from)
    {
        CheckCode bll = new CheckCode();

        CheckCode.ResultCompEnter result = bll.SendEnterRequest(AESHelper.Decrypt_android(JSon), from);
        JavaScriptSerializer      js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 15
0
    public string GetLoginCaptcha(string JSon, string from)
    {
        SYS_PhoneCode bll = new SYS_PhoneCode();

        SYS_PhoneCode.ResultLoginCaptcha result = bll.GetLoginCaptcha(AESHelper.Decrypt_android(JSon), from);
        JavaScriptSerializer             js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 16
0
    public string GetCompNum(string JSon)
    {
        jsc bll = new jsc();

        jsc.ResultJSC        result = bll.GetCompNum(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 17
0
    public string GetAnnouncement(string JSon)
    {
        BD_CompNews bll = new BD_CompNews();

        BD_CompNews.ResultNoRead result = bll.GetAnnouncement(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer     js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 18
0
    public string SubProduct(string JSon)
    {
        DIS_Order bll = new DIS_Order();

        DIS_Order.ResultAudit result = bll.SubProduct(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer  js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 19
0
    public string GetMessageDeleteId(string JSon)
    {
        BD_CompNews bll = new BD_CompNews();

        BD_CompNews.ResultNoTime result = bll.GetMessageDeleteId(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer     js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 20
0
    public string ConfirmReceipt(string JSon)
    {
        DIS_Order bll = new DIS_Order();

        DIS_Order.ResultOutConfirm result = bll.ConfirmReceipt(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer       js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 21
0
    public string GetResellerShippingAddressList(string JSon, string from)
    {
        BD_DisAddr bll = new BD_DisAddr();

        BD_DisAddr.ResultAddr result = bll.GetResellerShippingAddressList(AESHelper.Decrypt_android(JSon), from);
        JavaScriptSerializer  js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 22
0
    public string SubResellerOrder(string JSon, string from)
    {
        DIS_OrderSub bll = new DIS_OrderSub();

        DIS_OrderSub.ResultSubOrder result = bll.SubResellerOrder(AESHelper.Decrypt_android(JSon), from);
        JavaScriptSerializer        js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 23
0
    public string GetLogisticsList(string JSon)
    {
        BD_ComLogistics bll = new BD_ComLogistics();

        BD_ComLogistics.ResultLogistics result = bll.GetLogisticsList(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer            js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 24
0
    public string AuditOrderReturn(string JSon)
    {
        DIS_OrderSub bll = new DIS_OrderSub();

        DIS_OrderSub.ResultAudit result = bll.AuditOrderReturn(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer     js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 25
0
    public string GetPhoneCode(string JSon)
    {
        SYS_PhoneCode bll = new SYS_PhoneCode();

        SYS_PhoneCode.PhoneCode result = bll.GetPhoneCode(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer    js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 26
0
    public string GetOrderCheckList(string JSon)
    {
        DIS_OrderSub bll = new DIS_OrderSub();

        DIS_OrderSub.ResultCheck result = bll.GetOrderCheckList(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer     js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 27
0
    public string Version()
    {
        BD_Company bll = new BD_Company();

        BD_Company.ResultVersion result = bll.GetVersion();
        JavaScriptSerializer     js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 28
0
    public string GetOrderProList(string JSon)
    {
        BD_GoodsCategory bll = new BD_GoodsCategory();

        BD_GoodsCategory.ResultOrderProList result = bll.GetOrderPro(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer js = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 29
0
    public string GetResellerCompany(string JSon)
    {
        BD_Company bll = new BD_Company();

        BD_Company.ResultList result = bll.GetResellerCompany(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer  js     = new JavaScriptSerializer();

        return(AESHelper.Encrypt_android(js.Serialize(result)));
    }
Exemplo n.º 30
0
    public string GetDisNum(string JSon)
    {
        userIndex bll = new userIndex();

        userIndex.ResultJSC  result = bll.GetDisNum(AESHelper.Decrypt_android(JSon));
        JavaScriptSerializer js     = new JavaScriptSerializer();

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