|
|
@@ -4,6 +4,8 @@ using System.Linq; |
|
|
|
using System.Web; |
|
|
|
using System.Web.Mvc; |
|
|
|
using CCBSign; |
|
|
|
using Learun.Application.Base.SystemModule; |
|
|
|
using Learun.Loger; |
|
|
|
using Learun.Util; |
|
|
|
|
|
|
|
namespace Learun.Application.Web.Controllers |
|
|
@@ -47,8 +49,13 @@ namespace Learun.Application.Web.Controllers |
|
|
|
string USRINFO = Request["USRINFO"]; |
|
|
|
string PAYTYPE = Request["PAYTYPE"]; |
|
|
|
string SIGN = Request["SIGN"]; |
|
|
|
|
|
|
|
return Content(new { ORDERID, ACC_TYPE, SUCCESS, TYPE, REFERER, CLIENTIP, ACCDATE, USRMSG, USRINFO, PAYTYPE, SIGN }.ToJson()); |
|
|
|
LogEntity logEntity=new LogEntity(); |
|
|
|
logEntity.F_CategoryId = 121; |
|
|
|
logEntity.F_Module = "cbc"; |
|
|
|
logEntity.F_ExecuteResultJson = new |
|
|
|
{ORDERID, ACC_TYPE, SUCCESS, TYPE, REFERER, CLIENTIP, ACCDATE, USRMSG, USRINFO, PAYTYPE, SIGN}.ToJson(); |
|
|
|
logEntity.WriteLog(); |
|
|
|
return Content("true"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |