Commit b12c37cc by 王栋源

wdy

parent fb8972d5
...@@ -38,6 +38,8 @@ class TradetransferAPI extends APIBase { ...@@ -38,6 +38,8 @@ class TradetransferAPI extends APIBase {
* actionBody 执行的参数 * actionBody 执行的参数
*/ */
async springBoard(pobj, qobj, req) { async springBoard(pobj, qobj, req) {
console.log(pobj);
console.log(req);
if (!pobj.actionProcess) { if (!pobj.actionProcess) {
return system.getResult(null, "actionProcess参数不能为空"); return system.getResult(null, "actionProcess参数不能为空");
} }
......
...@@ -10,8 +10,8 @@ var settings={ ...@@ -10,8 +10,8 @@ var settings={
user: "write", user: "write",
password: "write", password: "write",
config: { config: {
host: '192.168.18.237', host: '43.247.184.35',
port: 3306, port: 8899,
dialect: 'mysql', dialect: 'mysql',
operatorsAliases: false, operatorsAliases: false,
pool: { pool: {
......
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