Commit 40f1d544 by 庄冰

api.js

parent ddbcbf7a
......@@ -3,7 +3,7 @@ var system = require("../../base/system");
module.exports = function (app) {
app.use('/tlpay/notify', function (req, res) {
var client_ip = system.get_client_ip(req);
req.body["client_ip"]=client_ip;
// req.body["client_ip"]=client_ip;
var orderSve = system.getObject("service.dborder.orderSve");
var p = orderSve.receiveTlCallBackNotify(req.body);
p.then(r => {
......
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