Esempio n. 1
0
    public void AnPush(string userType, string sendType, string orderID)
    {
        MsgSend bll = new MsgSend();

        bll.GetWxService(sendType, orderID, userType);
    }
Esempio n. 2
0
    public void AnPush(string userType, string sendType, string orderID, decimal money = 0)
    {
        MsgSend bll = new MsgSend();

        bll.GetWxService(sendType, orderID, userType, money: money);
    }