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
e480e49c
Commit
e480e49c
authored
May 05, 2022
by
陈思聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 百度工商注册新流程
parent
6b35f967
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
icp-deliver/app/base/utils/toQft/gongshangClient.js
+18
-0
No files found.
icp-deliver/app/base/utils/toQft/gongshangClient.js
View file @
e480e49c
...
...
@@ -85,6 +85,24 @@ class GongshangClient extends BaseClient {
return
res
;
}
/**
* 百度工商注册新流程: 获取工商注册信息详情
*/
async
getGongshangMaterial
(
username
,
deliverData
){
console
.
log
(
`【百度工商注册新流程】deliveryId:
${
deliverData
.
id
}
serviceId:
${
deliverData
.
demand_code
}
`
)
let
pushData
=
{
deliveryId
:
deliverData
.
id
,
serviceId
:
deliverData
.
demand_code
,
}
console
.
log
(
`开始调用百度获取工商注册信息详情(deliveryId=
${
deliverData
.
id
}
),请求参数:`
+
JSON
.
stringify
(
pushData
))
const
res
=
await
this
.
pushQiFuTong
(
username
,
{
actionType
:
"getGongshangMaterial"
,
actionBody
:
pushData
});
console
.
log
(
`结束调用百度获取工商注册信息详情(deliveryId=
${
deliverData
.
id
}
),返回结果:`
+
JSON
.
stringify
(
res
))
return
res
;
}
/**
* 百度工商注册新流程: 状态需要及时更新,方便用户了解当前进度。
...
...
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