Commit d7a2807c by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 63185f78 e08b5621
......@@ -10,7 +10,7 @@ class Tool extends APIBase {
}
async icname(params, req) {
let url = settings.icNameUrl() + 'api/icName/CheckName';
let url = settings.icNameUrl() + 'openPlatform/ic/match';
if (!params.cityName) {
return system.getResult(-1, 'cityName 不能为空!');
}
......
......@@ -444,12 +444,12 @@ class UtilsNeedService extends AppServiceBase {
var rtn = await this.restPostUrl(pobj, url);
console.log("receiveIcpStatusNotify-->",rtn)
if (isTM){
if (actionBody.status == "0"|| actionBody.status =="23") {//付款状态,受理通知书推云服
/*if (actionBody.status == "0"|| actionBody.status =="23") {//付款状态,受理通知书推云服
this.utilsPushSve.aliBusiness2Fq(pobj, "pushTMpaySuccess");
}
if (actionBody.status =="4" || actionBody.status =="22") {//付款失败状态,商标局不受理推云服
this.utilsPushSve.aliBusiness2Fq(pobj, "pushTMpayRefund");
}
}*/
//通知fqboss
let pushres = await this.execPostUrl({ "actionProcess": "AliTm", "appCode": "100099", "sign": await this.getFQbossSign(actionBody), actionBody },settings.fqbossTmUrl())
console.log("推送fqboos----->",pushres)
......
......@@ -771,7 +771,7 @@ class UtilsOrderService extends AppServiceBase {
}
async orderClose(pobj) {//阿里退款
if (!pobj.actionBody.orderNo) {
return system.getResult(null, "actionBody.prderNo can not be empty");
return system.getResult(null, "actionBody.orderNo can not be empty");
}
try {
pobj.actionType = "channeldelOrder";
......
......@@ -169,7 +169,10 @@ class System {
return {
status: 0,
msg: okmsg,
data: data || null,
data: data || "成功",
"code":"200",
"message":"成功",
"success":true
};
}
// 2020 0916 lin 新增返回格式 成功status为1
......
......@@ -316,9 +316,9 @@ var settings = {
},
icNameUrl: function () {
if (this.env == "dev") {
return "https://icname.gongsibao.com/"
return "https://fq.gongsibao.com/"
} else {
return "https://icname.gongsibao.com/"
return "https://fq.gongsibao.com/"
}
},
apiconfig: {
......
......@@ -54,7 +54,7 @@
## 16 公司起名相关接口
  1 [公司起名相关接口](doc/api/platform/companyNaming.md)
## 17. 商标驳回复审相关接口
## 17. 商标驳回复审相关接口(弃用)
  1 [商标驳回复审相关接口](doc/api/platform/trademarkReview.md)
## 18. 资质诊断相关接口
......
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