Commit dda79138 by 孙亚楠

d

parent e70b4303
......@@ -109,11 +109,11 @@ class Zzzd extends WEBBase {
return system.getResult(null, `资质列表不能为空`);
}
try {
opResult =await this.restPostUrl( pobj.actionBody,settings.zzzdUrl()+this.zzzApi.recommendationBusiness);
console.log(`根据行业获取资质 结果` + JSON.stringify(opResult));
opResult =await this.restPostUrl(pobj.actionBody,settings.zzzdUrl()+this.zzzApi.recommendationBusiness);
// console.log(`根据行业获取资质 结果` + JSON.stringify(opResult));
}catch (e) {
console.log(e);
return system.getResult(null, `系统错误`);
return system.getResult(null, `系统错误` +JSON.stringify(e));
}
break;
case "counselling": //免费咨询
......
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