Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2017-10-16 17:10:49 +0800
Commit
65c8eee869212a72b9d87716b36d555f66545080
1 parent
5857822c
reson cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
apps/home/models/orders-api.js
apps/home/models/orders-api.js
View file @
65c8eee
...
...
@@ -159,7 +159,11 @@ module.exports = class extends global.yoho.BaseModel {
method
:
'app.SpaceOrders.closeReasons'
};
return
this
.
get
({
data
:
options
});
return
this
.
get
({
data
:
options
,
param
:
{
cache
:
86400
}
});
}
/**
...
...
Please
register
or
login
to post a comment