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
72b3cd8b
Commit
72b3cd8b
authored
Feb 26, 2021
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ename.icp
parent
ef2f4d0c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
center-channel/app/base/service/impl/common/centerorderSve.js
+7
-0
center-channel/app/base/service/impl/common/signSve.js
+3
-3
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
+10
-0
No files found.
center-channel/app/base/service/impl/common/centerorderSve.js
View file @
72b3cd8b
...
...
@@ -648,6 +648,13 @@ class CenterorderService extends AppServiceBase {
pobj
.
actionBody
.
regType
=
"baidu.radiotv"
;
}
if
(
pobj
&&
pobj
.
appInfo
&&
pobj
.
appInfo
.
uapp_id
&&
pobj
.
appInfo
.
uapp_id
==
'52'
){
if
(
pobj
.
actionBody
.
channelItemCode
==
'5'
)
{
pobj
.
actionBody
.
regType
=
"ename.icp"
;
}
else
if
(
pobj
.
actionBody
.
channelItemCode
==
'7'
)
{
pobj
.
actionBody
.
regType
=
"ename.edi"
;
}
}
var
fqobj
=
{
actionBody
:
{
area
:
pobj
.
actionBody
.
province
,
...
...
center-channel/app/base/service/impl/common/signSve.js
View file @
72b3cd8b
...
...
@@ -115,7 +115,7 @@ class SignService{
}
module
.
exports
=
SignService
;
//
var task = new SignService();
var
task
=
new
SignService
();
// var obj = {
// "actionType": "serviceProviderSubmitMaterial",
// "actionBody": {
...
...
@@ -177,9 +177,9 @@ module.exports = SignService;
// }
// var obj={
// "bizId": "
biz_ename_1614061894_test
",
// "bizId": "
yiming_solution_test_0001
",
// "isDirectBuy": 0,
// "orderNo": "
trade_ename_1614061894_test
",
// "orderNo": "
yiming_order_test_0001
",
// "phone": "18506015665",
// "userName": "张三",
// "companyName": "测试有限公司2",
...
...
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
View file @
72b3cd8b
...
...
@@ -1433,6 +1433,16 @@ class UtilsNeedService extends AppServiceBase {
pobj
.
actionBody
.
type
=
"baidu.radiotv"
;
pobj
.
actionBody
.
idempotentSource
=
"baidu_radiotv"
;
}
if
(
pobj
.
appInfo
&&
pobj
.
appInfo
.
uapp_id
&&
pobj
.
appInfo
.
uapp_id
==
"52"
){
if
(
pobj
.
actionBody
.
channel_type_code
==
5
)
{
pobj
.
actionBody
.
type
=
"ename.icp"
;
pobj
.
actionBody
.
idempotentSource
=
"ename_icp"
;
}
else
if
(
pobj
.
actionBody
.
channel_type_code
==
7
)
{
pobj
.
actionBody
.
type
=
"ename.edi"
;
pobj
.
actionBody
.
idempotentSource
=
"ename_edi"
;
}
}
if
(
pobj
.
actionBody
.
description
&&
pobj
.
actionBody
.
description
.
indexOf
(
"备#"
)
<
0
)
{
pobj
.
actionBody
.
level
=
"A"
;
}
else
{
...
...
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