Commit d4abec26 by linboxuan

zzzd update

parent d93aa222
......@@ -154,15 +154,14 @@ class Zzzd extends WEBBase {
}
// 分析营业执照
var result = await this.restPostUrl(reqParam, settings.businessDistinguishUrl()+"gsb/businessLicenseUrlApi");
console.log(result);
if(result.status != 1) {
return getResult(null, result.msg)
}
// 判断 如果四要素有空 则 不请求返回营业执照解析失败
// 判断 如果四要素有空 则 不请求返回营业执照解析失败
// 请求四要素验证
// var businessDistinguishResult = await this.restPostUrl(reqParam, settings.businessDistinguishUrl()+"gsb/businessLicenseUrlApi");
// 返回四要素请求结果
return system.getResultSuccess();
default:
opResult = system.getResult(null, "action_type参数错误");
......
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