Esempio n. 1
0
 public ActionResult Receive_notify(AsynNotifyModel payResult)
 {
     //string key = "PayOrderList";
     //var list = CacheFactory.Cache.GetCache<List<string>>(key);
     //if (list == null)
     //{
     //    list = new List<string>();
     //}
     //list.Add(out_trade_no);
     //CacheFactory.Cache.SetCache<List<string>>(key, list);
     LogHelper.WriteLog("支付结果回调", Newtonsoft.Json.JsonConvert.SerializeObject(payResult));
     return(View("Index"));
 }
Esempio n. 2
0
 //支付回调
 public ActionResult Receive_notify(AsynNotifyModel payResult)
 {
     LogHelper.WriteLog("支付结果回调", Newtonsoft.Json.JsonConvert.SerializeObject(payResult));
     return(View("Index"));
 }