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
ffeaec1a
Commit
ffeaec1a
authored
Apr 27, 2022
by
陈思聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 工商注册新流程 提交公司注册申请材料
parent
529bed5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
center-channel/app/base/api/impl/action/regapi.js
+4
-4
center-channel/app/base/api/impl/ic/order.js
+1
-1
No files found.
center-channel/app/base/api/impl/action/regapi.js
View file @
ffeaec1a
...
...
@@ -81,16 +81,16 @@ class RegAPI extends APIBase {
opResult
=
await
this
.
utilsPushSve
.
business2Channel
(
pobj
,
pobj
.
opType
);
break
;
case
"submitGongshangLicense"
:
//百度工商注册新流程接口:公司注册完成后,供应商将营业执照回传百度云
o
n
Result
=
await
this
.
regCenterOrderSve
.
submitGongshangLicense
(
pobj
);
o
p
Result
=
await
this
.
regCenterOrderSve
.
submitGongshangLicense
(
pobj
);
break
;
case
"submitGongshangEngraving"
:
//百度工商注册新流程接口:刻章环节,供应商使用此接口同步刻章信息
o
n
Result
=
await
this
.
regCenterOrderSve
.
submitGongshangEngraving
(
pobj
);
o
p
Result
=
await
this
.
regCenterOrderSve
.
submitGongshangEngraving
(
pobj
);
break
;
case
"updateGongshangRegStatus"
:
//百度工商注册新流程接口:将工商注册流程状态更新给百度
o
n
Result
=
await
this
.
regCenterOrderSve
.
updateGongshangRegStatus
(
pobj
);
o
p
Result
=
await
this
.
regCenterOrderSve
.
updateGongshangRegStatus
(
pobj
);
break
;
case
"submitGongshangMaterial"
:
//百度工商注册新流程接口:供应商变更用户申请材料
o
n
Result
=
await
this
.
regCenterOrderSve
.
submitGongshangMaterial
(
pobj
);
o
p
Result
=
await
this
.
regCenterOrderSve
.
submitGongshangMaterial
(
pobj
);
break
;
//-----------接入百度reg------end----------------------------
default
:
...
...
center-channel/app/base/api/impl/ic/order.js
View file @
ffeaec1a
...
...
@@ -13,7 +13,7 @@ class Order extends APIBase {
// 20220423 baidu 工商注册新流程 提交公司注册申请材料 baidu->公司宝
async
submitMaterial
(
pobj
,
req
){
const
params
=
JSON
.
stringify
(
pobj
)
console
.
log
(
">>> 提交工商注册申请材料 start..."
,)
console
.
log
(
">>> 提交工商注册申请材料 start..."
,
params
)
this
.
execClientNew
.
execLogs
(
`>>> 提交工商注册申请材料 start...`
,
params
,
"center-channel-order-submitMaterial"
,
null
,
null
);
if
(
!
pobj
){
return
regCfg
.
getResultFail
(
"orderNo不能为空"
);
...
...
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