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
d7f14e1e
Commit
d7f14e1e
authored
Sep 11, 2019
by
肖爱江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update order.js
parent
b59d25a7
Pipeline
#13637
passed with stage
in 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
order.js
app/controller/order.js
+1
-1
No files found.
app/controller/order.js
View file @
d7f14e1e
...
@@ -149,7 +149,7 @@ class OrderController extends Controller {
...
@@ -149,7 +149,7 @@ class OrderController extends Controller {
if
(
!
(
appKeyInfo
&&
appKeyInfo
.
valid
===
true
&&
appKeyInfo
.
enableSsView
===
true
))
{
if
(
!
(
appKeyInfo
&&
appKeyInfo
.
valid
===
true
&&
appKeyInfo
.
enableSsView
===
true
))
{
return
ctx
.
fail
(
'未开通此服务'
);
return
ctx
.
fail
(
'未开通此服务'
);
}
}
const
data
=
await
service
.
order
.
getOneByOrderId
({
orderId
});
const
data
=
await
service
.
order
.
getOneByOrderId
({
orderId
,
status
:
'success'
});
if
(
data
)
{
if
(
data
)
{
if
(
data
.
status
===
'success'
&&
(
data
.
appKey
===
appKey
))
{
if
(
data
.
status
===
'success'
&&
(
data
.
appKey
===
appKey
))
{
const
result
=
await
service
.
storage
.
read
(
orderId
,
appKey
);
const
result
=
await
service
.
storage
.
read
(
orderId
,
appKey
);
...
...
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