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
7083c362
Commit
7083c362
authored
Dec 25, 2019
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
92e52c36
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
igirl-channel-web/app/base/controller/impl/trademark/tmqueryCtl.js
+4
-4
igirl-channel-web/app/config/routes/web.js
+5
-5
igirl-channel-web/app/front/entry/public/js/vue/indextest.js
+0
-0
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
+1
-1
No files found.
igirl-channel-web/app/base/controller/impl/trademark/tmqueryCtl.js
View file @
7083c362
...
...
@@ -9,7 +9,7 @@ class tmqueryCtl extends CtlBase {
this
.
appInfo
=
{
jd
:
{
appkey
:
"201911251551"
,
secret
:
"56006077354d48858026c80c0e10bef6"
},
1688
:
{
appkey
:
"201911131657"
,
secret
:
"eeb18393aade40149287b024d8ba0850"
},
gsb
:
{
appkey
:
"201912141625"
,
secret
:
"8cbb846776874167b5c7e01cd0116c66"
}
gsb
home
:
{
appkey
:
"201912141625"
,
secret
:
"8cbb846776874167b5c7e01cd0116c66"
}
};
this
.
execClient
=
system
.
getObject
(
"util.execClient"
);
...
...
@@ -118,7 +118,7 @@ class tmqueryCtl extends CtlBase {
var
opJdPayPageInfoResult
=
await
this
.
opJdPayPageInfo
(
pobj
,
result
,
req
);
return
opJdPayPageInfoResult
;
}
else
if
([
"gsb"
].
indexOf
(
pobj
.
actionProcess
)
>=
0
&&
pobj
.
actionType
==
"subTmOrder"
)
{
else
if
([
"gsb
home
"
].
indexOf
(
pobj
.
actionProcess
)
>=
0
&&
pobj
.
actionType
==
"subTmOrder"
)
{
var
opGsbPayPageInfoResult
=
await
this
.
opGsbPayPageInfo
(
pobj
,
result
,
req
);
return
opGsbPayPageInfoResult
;
}
...
...
@@ -140,8 +140,8 @@ class tmqueryCtl extends CtlBase {
case
"1688"
:
reqParam
=
self
.
appInfo
[
"1688"
];
break
;
case
"gsb"
:
reqParam
=
self
.
appInfo
[
"gsb"
];
case
"gsb
home
"
:
reqParam
=
self
.
appInfo
[
"gsb
home
"
];
break
;
default
:
break
;
...
...
igirl-channel-web/app/config/routes/web.js
View file @
7083c362
...
...
@@ -166,8 +166,8 @@ module.exports = function (app) {
res
.
redirect
(
skipUrl
);
});
app
.
get
(
"/gsb"
,
async
function
(
req
,
res
)
{
var
skipUrl
=
"/#/gsb/selftmreg?channelUserId="
;
app
.
get
(
"/gsb
home
"
,
async
function
(
req
,
res
)
{
var
skipUrl
=
"/#/gsb
home
/selftmreg?channelUserId="
;
var
params
=
req
.
query
;
if
(
!
params
.
state
)
{
res
.
redirect
(
skipUrl
);
...
...
@@ -191,7 +191,7 @@ module.exports = function (app) {
return
;
}
var
getUserparams
=
{
actionProcess
:
"gsb"
,
actionProcess
:
"gsb
home
"
,
channelUserId
:
userInfo
.
data
.
phone
+
"_"
+
userInfo
.
data
.
id
};
var
userItemResult
=
await
tmqueryCtl
.
getUserIdEncryptStr
(
getUserparams
,
req
.
query
,
req
);
...
...
@@ -199,10 +199,10 @@ module.exports = function (app) {
res
.
redirect
(
skipUrl
);
return
;
}
skipUrl
=
"/#/gsb/"
+
params
.
state
+
"?channelUserId="
+
encodeURIComponent
(
userItemResult
.
data
.
encryptChannelUserId
);
skipUrl
=
"/#/gsb
home
/"
+
params
.
state
+
"?channelUserId="
+
encodeURIComponent
(
userItemResult
.
data
.
encryptChannelUserId
);
res
.
redirect
(
skipUrl
);
});
app
.
get
(
"/gsb/orderNotify"
,
async
function
(
req
,
res
)
{
app
.
get
(
"/gsb
home
/orderNotify"
,
async
function
(
req
,
res
)
{
logClient
.
payLog
(
"jd"
,
{
optitle
:
"###操作订单结果参数...orderNotify"
,
op
:
"/jd/orderNotify"
,
...
...
igirl-channel-web/app/front/entry/public/js/vue/indextest.js
deleted
100644 → 0
View file @
92e52c36
This diff is collapsed.
Click to expand it.
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
View file @
7083c362
...
...
@@ -1286,7 +1286,7 @@
this
.
form
.
tmName
=
this
.
form
.
tmFormType
==
"5"
?
this
.
form
.
tmName
+
'及图'
:
this
.
form
.
tmName
;
this
.
savehistory
();
console
.
log
(
this
.
$root
.
channelName
,
"///////////////"
);
if
(
this
.
$root
.
channelName
==
"jd"
||
this
.
$root
.
channelName
==
"gsb"
)
{
if
(
this
.
$root
.
channelName
==
"jd"
||
this
.
$root
.
channelName
==
"gsb
home
"
)
{
/**提报接口 */
var
obj
=
{
...
...
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