Beispiel #1
0
        public string OrderQuery(WxAppInfoConfig config, string orderSn)
        {
            CustomJsonResult result     = new CustomJsonResult();
            TenpayUtil       tenpayUtil = new TenpayUtil(config);
            string           xml        = tenpayUtil.OrderQuery(orderSn);

            return(xml);
        }