Commit 9c5a3b63 by wkliang

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

parents d1b689a7 6a18817e
......@@ -157,13 +157,15 @@ class Zzzd extends WEBBase {
if(result.status != 1) {
return getResult(null, result.msg)
}
// 判断 如果四要素有空 则 不请求 并返回营业执照解析失败
if(result.data.reg_location == "无") {
return system.getResult(null,"审核不通过,原因:营业执照分析失败");
}
// 判断 如果四要素有空 则 不请求 并返回营业执照解析失败
// 请求四要素验证
// var businessDistinguishResult = await this.restPostUrl(reqParam, settings.businessDistinguishUrl()+"gsb/businessLicenseUrlApi");
// 记录检测结果 用来做检测记录用???暂时未做,表已建好在center-order/c_zzzd_test_business
// 返回四要素请求结果
return system.getResultSuccess();
default:
......
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