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
0e1bbab3
Commit
0e1bbab3
authored
Nov 09, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'igirl-channel-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel-web
parents
25260ac5
27a3632b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
igirl-channel-web/app/base/controller/impl/trademark/tmqueryCtl.js
+4
-2
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
+2
-0
No files found.
igirl-channel-web/app/base/controller/impl/trademark/tmqueryCtl.js
View file @
0e1bbab3
...
@@ -46,13 +46,15 @@ class tmqueryCtl extends CtlBase {
...
@@ -46,13 +46,15 @@ class tmqueryCtl extends CtlBase {
var
oldActionBody
=
reqobj
.
actionBody
;
var
oldActionBody
=
reqobj
.
actionBody
;
if
(
reqobj
.
isDecryptUser
==
"yes"
)
{
if
(
reqobj
.
isDecryptUser
==
"yes"
)
{
reqobj
.
actionType
=
"decryptStr"
;
reqobj
.
actionType
=
"decryptStr"
;
reqobj
.
actionBody
=
{
opStr
:
oldActionBody
.
channelUserId
};
let
currentDate
=
Math
.
floor
(
new
Date
().
getTime
()
/
1000
);
reqobj
.
actionBody
=
{
opStr
:
oldActionBody
.
channelUserId
,
timeStamp
:
currentDate
};
var
decryptSignResult
=
await
this
.
createSign
(
reqobj
.
actionBody
,
tokenInfo
.
data
.
secret
);
var
decryptSignResult
=
await
this
.
createSign
(
reqobj
.
actionBody
,
tokenInfo
.
data
.
secret
);
if
(
decryptSignResult
.
status
!=
0
)
{
if
(
decryptSignResult
.
status
!=
0
)
{
return
decryptSignResult
;
return
decryptSignResult
;
}
}
reqobj
.
sign
=
decryptSignResult
.
data
;
reqobj
.
sign
=
decryptSignResult
.
data
;
var
decryptResult
=
await
this
.
execClient
.
execPostTK
(
reqobj
,
reqUrl
,
tokenInfo
.
data
.
token
);
var
decrypReqUrl
=
this
.
channelApiUrl
+
pobj
.
requrl
;
var
decryptResult
=
await
this
.
execClient
.
execPostTK
(
reqobj
,
decrypReqUrl
,
tokenInfo
.
data
.
token
);
if
(
!
decryptResult
)
{
if
(
!
decryptResult
)
{
return
system
.
getResult
(
null
,
"处理decryptStr请求失败"
);
return
system
.
getResult
(
null
,
"处理decryptStr请求失败"
);
}
}
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
View file @
0e1bbab3
...
@@ -319,6 +319,8 @@
...
@@ -319,6 +319,8 @@
item
.
CreateDate
=
new
Date
(
item
.
CreateDate
).
toLocaleDateString
(
'chinese'
,
{
hour12
:
false
});
item
.
CreateDate
=
new
Date
(
item
.
CreateDate
).
toLocaleDateString
(
'chinese'
,
{
hour12
:
false
});
item
.
submitTime
=
new
Date
(
item
.
submitTime
).
toLocaleString
(
'chinese'
,
{
hour12
:
false
});
item
.
submitTime
=
new
Date
(
item
.
submitTime
).
toLocaleString
(
'chinese'
,
{
hour12
:
false
});
});
});
}
else
{
console
.
log
(
d
,
"getTmOrderList..........."
);
}
}
});
});
}
}
...
...
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