Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
9c5a3b63
Commit
9c5a3b63
authored
Aug 08, 2020
by
wkliang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel
parents
d1b689a7
6a18817e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
center-channel/app/base/api/impl/zzzd/zzzd.js
+4
-2
No files found.
center-channel/app/base/api/impl/zzzd/zzzd.js
View file @
9c5a3b63
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment