Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sb_h5
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data_server
sb_h5
Commits
5f98b964
Commit
5f98b964
authored
Aug 27, 2019
by
姜登
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sb
parent
2b0bc7a1
Pipeline
#12967
passed with stage
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
order.js
app/controller/order.js
+3
-3
cusdata.js
app/model/nodegjj/cusdata.js
+0
-0
No files found.
app/controller/order.js
View file @
5f98b964
...
...
@@ -77,11 +77,11 @@ class OrderController extends Controller {
let
{
appKey
,
orderId
,
orderSn
}
=
ctx
.
request
.
body
.
params
;
orderId
=
orderId
||
orderSn
;
const
appKeyInfo
=
await
service
.
partner
.
fetchInfo
(
appKey
);
if
(
!
(
appKeyInfo
&&
appKeyInfo
.
valid
===
true
&&
appKeyInfo
.
enable
Hf
Data
===
true
))
{
if
(
!
(
appKeyInfo
&&
appKeyInfo
.
valid
===
true
&&
appKeyInfo
.
enable
Ss
Data
===
true
))
{
return
ctx
.
fail
(
'未开通此服务'
);
}
await
service
.
signature
.
signatureCheck
(
ctx
.
request
.
body
);
const
data
=
await
service
.
order
.
getOneByOrderId
({
orderId
});
//
await service.signature.signatureCheck(ctx.request.body);
const
data
=
await
service
.
order
.
getOneByOrderId
({
orderId
,
status
:
'success'
});
if
(
data
)
{
if
(
data
.
status
===
'success'
)
{
const
result
=
await
service
.
storage
.
read
(
orderId
,
appKey
);
...
...
app/model/nodegjj/
nodeC
usdata.js
→
app/model/nodegjj/
c
usdata.js
View file @
5f98b964
File moved
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