Example #1
0
    private void PostWxPtMenu()
    {
        BLL.WxBLL bll    = new BLL.WxBLL();
        decimal   WxPtId = ReDecimal("WxPtId");
        string    mj     = ReStrDeCode("mj");
        string    re     = bll.PostWxPtMenuJson(WxPtId, mj);

        ReTrue(re);
    }