Commit b3dcd9e2 by 宋毅

tj

parent e8f105db
...@@ -19,8 +19,8 @@ class TradetransferAPI extends APIBase { ...@@ -19,8 +19,8 @@ class TradetransferAPI extends APIBase {
* actionBody 执行的参数 * actionBody 执行的参数
*/ */
async springBoard(pobj, qobj, req) { async springBoard(pobj, qobj, req) {
console.log(pobj); console.log(pobj, ".....pobj....springBoard");
console.log(req); console.log(req, ".....req....springBoard");
if (!pobj.action_type) { if (!pobj.action_type) {
return system.getResult(null, "actionType参数不能为空"); return system.getResult(null, "actionType参数不能为空");
} }
......
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