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
fa0130a3
Commit
fa0130a3
authored
May 20, 2021
by
兰国旗
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel
parents
15d41ad8
45f63063
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
center-channel/app/base/api/impl/ic/consultation.js
+3
-3
center-channel/app/base/service/impl/common/regCenterOrderSve.js
+6
-0
No files found.
center-channel/app/base/api/impl/ic/consultation.js
View file @
fa0130a3
...
...
@@ -9,8 +9,8 @@ class Consultation extends APIBase {
this
.
gatewaypushlogSve
=
system
.
getObject
(
"service.common.gatewaypushlogSve"
);
}
async
submit
(
pobj
,
req
)
{
if
(
!
pobj
.
appInfo
||
!
pobj
.
appInfo
.
uapp_key
||
!
pobj
.
appInfo
.
uapp_secret
)
{
async
submit
(
pobj
,
req
)
{
if
(
!
pobj
.
appInfo
||
!
pobj
.
appInfo
.
uapp_key
||
!
pobj
.
appInfo
.
uapp_secret
)
{
return
regCfg
.
getResultFail
(
"未知应用或应用未启用"
);
}
if
(
!
pobj
.
intentionBizId
)
{
...
...
@@ -22,7 +22,7 @@ class Consultation extends APIBase {
if
(
!
pobj
.
consultType
)
{
return
regCfg
.
getResultFail
(
"consultType不能为空"
);
}
pobj
.
type
=
pobj
.
consultType
;
pobj
.
type
=
pobj
.
consultType
;
// 这里在channel getProductTypeInfo 用到
// pobj.mobile = pobj.phone;//百度公司注册提交需求根据geteway中regCenterOrderSve文件reqcenterchannel2方法判断隐藏mobile字段
pobj
.
action_type
=
"submitRegNeed"
;
if
(
pobj
.
area
)
{
...
...
center-channel/app/base/service/impl/common/regCenterOrderSve.js
View file @
fa0130a3
...
...
@@ -225,6 +225,12 @@ class RegCenterOrderService extends AppServiceBase {
if
(
pobj
.
actionBody
.
channel_type_code
)
{
pobj
.
actionBody
.
type
=
regCfg
.
channelTypeCode
[
pobj
.
actionBody
.
channel_type_code
]
pobj
.
actionBody
.
idempotentSource
=
"baidu_gsreg"
;
if
(
pobj
.
actionBody
.
channel_type_code
==
'QYJYTC1'
){
pobj
.
actionBody
.
idempotentSource
=
"baidu_qyjytc1"
;
}
if
(
pobj
.
actionBody
.
channel_type_code
==
'QYJYTC2'
){
pobj
.
actionBody
.
idempotentSource
=
"baidu_qyjytc2"
;
}
}
if
(
pobj
.
actionBody
.
description
&&
pobj
.
actionBody
.
description
.
indexOf
(
"备#"
)
<
0
)
{
pobj
.
actionBody
.
level
=
"A"
;
...
...
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