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
d4abec26
Commit
d4abec26
authored
Aug 07, 2020
by
linboxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zzzd update
parent
d93aa222
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
center-channel/app/base/api/impl/zzzd/zzzd.js
+2
-3
No files found.
center-channel/app/base/api/impl/zzzd/zzzd.js
View file @
d4abec26
...
@@ -154,15 +154,14 @@ class Zzzd extends WEBBase {
...
@@ -154,15 +154,14 @@ class Zzzd extends WEBBase {
}
}
// 分析营业执照
// 分析营业执照
var
result
=
await
this
.
restPostUrl
(
reqParam
,
settings
.
businessDistinguishUrl
()
+
"gsb/businessLicenseUrlApi"
);
var
result
=
await
this
.
restPostUrl
(
reqParam
,
settings
.
businessDistinguishUrl
()
+
"gsb/businessLicenseUrlApi"
);
console
.
log
(
result
);
if
(
result
.
status
!=
1
)
{
if
(
result
.
status
!=
1
)
{
return
getResult
(
null
,
result
.
msg
)
return
getResult
(
null
,
result
.
msg
)
}
}
// 判断 如果四要素有空 则 不请求
;
返回营业执照解析失败
// 判断 如果四要素有空 则 不请求
并
返回营业执照解析失败
// 请求四要素验证
// 请求四要素验证
// var businessDistinguishResult = await this.restPostUrl(reqParam, settings.businessDistinguishUrl()+"gsb/businessLicenseUrlApi");
// var businessDistinguishResult = await this.restPostUrl(reqParam, settings.businessDistinguishUrl()+"gsb/businessLicenseUrlApi");
// 返回四要素请求结果
return
system
.
getResultSuccess
();
return
system
.
getResultSuccess
();
default
:
default
:
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
...
...
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