Commit a22f890e by 宋毅

tj

parent 3f40e2a5
...@@ -22,6 +22,9 @@ class TradetransferAPI extends APIBase { ...@@ -22,6 +22,9 @@ class TradetransferAPI extends APIBase {
console.log(pobj, ".....pobj....springBoard"); console.log(pobj, ".....pobj....springBoard");
console.log(req, ".....req....springBoard"); console.log(req, ".....req....springBoard");
if (!pobj.action_type) { if (!pobj.action_type) {
pobj = req.body;
}
if (!pobj.action_type) {
return system.getResult(null, "actionType参数不能为空"); return system.getResult(null, "actionType参数不能为空");
} }
console.log(pobj); console.log(pobj);
......
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