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
1c260d23
Commit
1c260d23
authored
Dec 21, 2020
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laolan
parent
8b5f818b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
center-channel/app/base/api/impl/ic/regCfg.js
+6
-6
center-channel/app/base/service/impl/common/regCenterOrderSve.js
+2
-2
center-channel/app/config/settings.js
+4
-4
No files found.
center-channel/app/base/api/impl/ic/regCfg.js
View file @
1c260d23
...
@@ -90,12 +90,12 @@ var regCfg = {
...
@@ -90,12 +90,12 @@ var regCfg = {
"石家庄"
:
"130100"
"石家庄"
:
"130100"
},
},
channelTypeCode
:
{
channelTypeCode
:
{
"
gszc
"
:
"baidu.gszc"
,
"
GSREG
"
:
"baidu.gszc"
,
"
kzfw
"
:
"baidu.kzfw"
,
"
KZFW
"
:
"baidu.kzfw"
,
"
gsbg
"
:
"baidu.gsbg"
,
"
GSCHANGS
"
:
"baidu.gsbg"
,
"
gsnb
"
:
"baidu.gsnb"
,
"
GSNB
"
:
"baidu.gsnb"
,
"
sksq
"
:
"baidu.sksq"
,
"
SKSQ
"
:
"baidu.sksq"
,
"
swbd
"
:
"baidu.swbd"
"
SWBD
"
:
"baidu.swbd"
},
},
//区分渠道的uappid
//区分渠道的uappid
uappId
:
{
uappId
:
{
...
...
center-channel/app/base/service/impl/common/regCenterOrderSve.js
View file @
1c260d23
...
@@ -219,9 +219,9 @@ async regPaySuccess(pobj) {
...
@@ -219,9 +219,9 @@ async regPaySuccess(pobj) {
pobj
.
actionBody
.
type_name
=
data
.
data
.
type_name
;
pobj
.
actionBody
.
type_name
=
data
.
data
.
type_name
;
pobj
.
actionBody
.
channel_type_code
=
data
.
data
.
channel_type_code
;
pobj
.
actionBody
.
channel_type_code
=
data
.
data
.
channel_type_code
;
pobj
.
actionBody
.
channel_type_name
=
data
.
data
.
channel_type_name
;
pobj
.
actionBody
.
channel_type_name
=
data
.
data
.
channel_type_name
;
pobj
.
actionBody
.
type
=
pobj
.
actionBody
.
channel_type_code
;
//
pobj.actionBody.type = pobj.actionBody.channel_type_code;
if
(
pobj
.
actionBody
.
channel_type_code
)
{
if
(
pobj
.
actionBody
.
channel_type_code
)
{
pobj
.
actionBody
.
channel_type_cod
e
=
regCfg
.
channelTypeCode
[
pobj
.
actionBody
.
channel_type_code
]
pobj
.
actionBody
.
typ
e
=
regCfg
.
channelTypeCode
[
pobj
.
actionBody
.
channel_type_code
]
}
}
if
(
pobj
.
actionBody
.
description
&&
pobj
.
actionBody
.
description
.
indexOf
(
"备#"
)
<
0
)
{
if
(
pobj
.
actionBody
.
description
&&
pobj
.
actionBody
.
description
.
indexOf
(
"备#"
)
<
0
)
{
pobj
.
actionBody
.
level
=
"A"
;
pobj
.
actionBody
.
level
=
"A"
;
...
...
center-channel/app/config/settings.js
View file @
1c260d23
...
@@ -51,10 +51,10 @@ var settings = {
...
@@ -51,10 +51,10 @@ var settings = {
baiduRegClientParams
:
function
()
{
baiduRegClientParams
:
function
()
{
if
(
this
.
env
==
'dev'
)
{
if
(
this
.
env
==
'dev'
)
{
return
{
return
{
domain
:
"https://gwgp-
mwnn9gk4o4e
.i.bdcloudapi.com"
,
//开发
domain
:
"https://gwgp-
fpxfeempcfz
.i.bdcloudapi.com"
,
//开发
accessKey
:
"
ed0f5c4c7c2d4e87aa335d9b07bf9bd4
"
,
accessKey
:
"
047935a96ee14ca7a79529fe0688f7dc
"
,
secretKey
:
"
f600c4e91f6d43998d637401e6e34ef9
"
,
secretKey
:
"
2290966ca6ef4b308c90d720263ec9f7
"
,
host
:
"gwgp-
mwnn9gk4o4e
.i.bdcloudapi.com"
host
:
"gwgp-
fpxfeempcfz
.i.bdcloudapi.com"
};
};
}
}
return
{
return
{
...
...
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