Commit b12c37cc by 王栋源

wdy

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