Commit 2aa43465 by 宋毅

地址变更

parent 39972a41
......@@ -48,6 +48,14 @@ const cityLetter = {
}
//baidu pinyinzhuanyong 2020-11-6
/*
key为公司宝状态码
* 507: {key: "ACCOUNT_REGISTERED", value: "完成账户注册"},
508: {key: "MATERIAL_SUBMITTED", value: "完成资料递交"},
509: {key: "GXB_ACCEPT", value: "⼯信部已受理"},
510: {key: "GXB_REFUSE", value: "⼯信部不予受理"},
511: {key: "GXB_FAIL", value: "⼯信部未通过"},
512: {key: "GXB_SUCCESS", value: "工信部通过"}*/
const baiduIcpStatus = {
507: "REGISTRATION",
508: "SUBMITTED",
......@@ -860,7 +868,7 @@ class BaseCenterOrderService extends AppServiceBase {
};
//推送状态变更及材料
let baiduParams = {
path: "/v1/bla/provider/license-data",
path: "/api/bla/provider/license-data",
reqbody: pushObj
}
console.log("baiduReqbyget.......................params....", JSON.stringify(baiduParams))
......
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