Commit 580533c1 by 王昆

piajubao

parent 7a327963
......@@ -8,7 +8,7 @@
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/xgg-admin/main.js"
"program": "${workspaceFolder}/xggpjb-admin/main.js"
}
]
}
\ No newline at end of file
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD xgg-admin /apps/xgg-admin/
WORKDIR /apps/xgg-admin/
ADD xggpjb-admin /apps/xggpjb-admin/
WORKDIR /apps/xggpjb-admin/
RUN cnpm install -S
CMD ["node","/apps/xgg-admin/main.js"]
CMD ["node","/apps/xggpjb-admin/main.js"]
......
......@@ -205,7 +205,7 @@ class ServiceBase {
}
try {
var params = {
"action_process": "xgg-admin",
"action_process": "xgg-xggpjb",
"action_type": apiName,
"action_body": params || {},
}
......
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