Commit bbf60f34 by 王昆

gsb

parent 576564ed
...@@ -304,7 +304,8 @@ class innerApi { ...@@ -304,7 +304,8 @@ class innerApi {
method: 'post', method: 'post',
url: contract.notify_url, url: contract.notify_url,
headers: { headers: {
'XAPPKEY': this.trim(contract.app_key), 'XAPPKEY': "8cf88fdf-86f2-4f21-8799-acb4eda9d207",
'x-app-key': "8cf88fdf-86f2-4f21-8799-acb4eda9d207",
}, },
data: { data: {
contractId: contract.id, contractId: contract.id,
......
...@@ -235,6 +235,7 @@ module.exports = function (app) { ...@@ -235,6 +235,7 @@ module.exports = function (app) {
var classPath = req.params["qname"]; var classPath = req.params["qname"];
var methodName = req.params["method"]; var methodName = req.params["method"];
var params = []; var params = [];
console.log("requestBody----------", req.body, new Date());
params.push(req.query); params.push(req.query);
params.push(req.body); params.push(req.body);
params.push(req); params.push(req);
......
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