Commit 3da8e404 by 宋毅

tj

parent efd868a9
......@@ -7,7 +7,7 @@ const utilsOrderSve = system.getObject("service.utilsSve.utilsOrderSve");
module.exports = function (app) {
//-----------------------新的模式------------------开始
app.use('/tlpay/notify', async function (req, res) {
var client_ip = System.get_client_ip(req);
var client_ip = system.get_client_ip(req);
var result = await utilsOrderSve.receiveCallBackNotify(req.body, client_ip);
logCtl.info({
optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "记录回调处理结果:,method=" + req.body.trxcode,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment