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
chenchao
2016-12-11 15:24:07 +0800
Commit
fedd3d1f55c49716d789048c0cad759ee779274b
1 parent
7d9c1893
fix data format
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
code/apps/customService/interfaces/promotion.js
code/apps/customService/interfaces/promotion.js
View file @
fedd3d1
...
...
@@ -35,9 +35,9 @@ module.exports={
getPromotionInfo
:{
title
:
"查询"
,
url
:
"/promotion/getPromotionInfo"
,
params
:[
{
name
:
'param'
,
type
:
'Number'
}
]
params
:{
param
:{
type
:
Number
}
}
},
deletePromotionInfo
:{
title
:
"删除"
,
...
...
Please
register
or
login
to post a comment