Commit 39b4f409 by 宋毅

tj

parent 7d8aad45
......@@ -549,7 +549,7 @@ class tmqueryCtl extends CtlBase {
return system.getResultSuccess({ payUrl: payDataResult.data.order_detail_url });
} catch (error) {
console.log("req---->opGsbPayPageInfo---->操作error:" + error.stack);
return system.getResultFail(-200, "操作error");
return system.getResultFail(-200, "操作error" + error.stack);
}
return system.getResultSuccess();
}
......
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