Commit 643baf6d by 陈思聪

fix:百度工商注册新流程

parent d0778ddd
...@@ -4,7 +4,7 @@ var settings = require("../../../../../config/settings"); ...@@ -4,7 +4,7 @@ var settings = require("../../../../../config/settings");
class BaiduHandler { class BaiduHandler {
constructor() { constructor() {
this.icUrl = settings.icUrl() + "/web/bizchance"; this.icUrl = settings.icUrl() + "/web/bizchance";
this.icpUrl = settings.icpUrl() + "/web/delive"; this.icpUrl = settings.icpUrl() + "/web/delivery";
this.userService = system.getObject("service.auth.userSve"); this.userService = system.getObject("service.auth.userSve");
this.cmpService = system.getObject("service.common.companySve"); this.cmpService = system.getObject("service.common.companySve");
this.msgService = system.getObject("service.msg.msgSve") this.msgService = system.getObject("service.msg.msgSve")
......
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