Commit 6475777f by 王昆

Merge branch 'xgg-deliver-ali' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-deliver-ali

parents 2952d4fd c1a449ef
......@@ -534,7 +534,7 @@ class OrderCtl extends CtlBase {
*/
async addSourceOrder(pobj, pobj2, req) {
if (!pobj.product_id) {
return system.getResult(null, `参数错误 订单ID不能为空`);
return system.getResult(null, `参数错误 产品ID不能为空`);
}
if (!pobj.contact_mobile) {
return system.getResult(null, `参数错误 联系电话不能为空`);
......
......@@ -168,12 +168,12 @@ class UserCtl extends CtlBase {
"name": "订单中心",
"icon": "iconfont icon-gth-gsdingdanzhongxin",
"team": [
{"name": "我的业务订单", "path": "/trading/glyorderInformation"},
{"name": "工商注册", "path": "/trading/glyRegister"},
{"name": "刻章办理", "path": "/trading/glyHandle"},
{"name": "银行开户", "path": "/trading/glyBank"},
{"name": "税务报道", "path": "/trading/glyReport"},
{"name": "代理记账", "path": "/trading/glyAccount"},
{"name": "我的业务订单", "path": "/trading/glyorderInformation"},
]
},
......
......@@ -197,7 +197,7 @@ class System {
order: domain2 + ":3103"+ path,
// 发票服务
invoice: domain + ":3105" + path,
invoice: domain2 + ":3105" + path,
// 发票服务
uc: domain2 + ":3106" + path,
......
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