Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
dongjunjie
2016-06-28 18:27:15 +0800
Commit
ce6da3496c2eac9ca9eb404913fe084b9e12effa
1 parent
ef93a149
商品池size default
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
code/apps/marketing/interfaces/ProductPool.js
server/interfaces/marketing.ProductPool.js
code/apps/marketing/interfaces/ProductPool.js
View file @
ce6da34
...
...
@@ -57,7 +57,7 @@ module.exports = {
params
:
{
id
:
{
type
:
Number
},
page
:
{
type
:
Number
},
size
:
{
type
:
Number
}
size
:
{
type
:
Number
,
default
:
10
}
}
},
deleteProductPoolDetailBo
:
{
...
...
server/interfaces/marketing.ProductPool.js
View file @
ce6da34
...
...
@@ -57,7 +57,7 @@ module.exports = {
params
:
{
id
:
{
type
:
Number
},
page
:
{
type
:
Number
},
size
:
{
type
:
Number
}
size
:
{
type
:
Number
,
default
:
10
}
}
},
deleteProductPoolDetailBo
:
{
...
...
Please
register
or
login
to post a comment