Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
bf2cfbf8
Commit
bf2cfbf8
authored
Sep 25, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口名称
parent
61b91273
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
0 deletions
+60
-0
gsb-marketplat/app/base/api/impl/action/mediaaggregation.js
+60
-0
No files found.
gsb-marketplat/app/base/api/impl/action/mediaaggregation.js
View file @
bf2cfbf8
...
@@ -93,9 +93,69 @@ class Mediaaggregation extends APIBase {
...
@@ -93,9 +93,69 @@ class Mediaaggregation extends APIBase {
return
opResult
;
return
opResult
;
}
}
async
submitNeed
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
needinfoSve
.
submitNeed
(
pobj
);
return
opResult
;
}
async
getSourceChannelInfo
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
launchchannelSve
.
getSourceChannelInfo
(
pobj
);
return
opResult
;
}
async
getAllProductType
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
needinfoSve
.
getAllProductType
(
pobj
);
return
opResult
;
}
async
productList
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
productList
(
pobj
);
return
opResult
;
}
async
rotationChartList
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
rotationChartList
(
pobj
);
return
opResult
;
}
async
tablePicList
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
tablePicList
(
pobj
);
return
opResult
;
}
async
needProductList
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
needProductList
(
pobj
);
return
opResult
;
}
async
popularRecommendationList
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
popularRecommendationList
(
pobj
);
return
opResult
;
}
async
productTypeFirst
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
productTypeFirst
(
pobj
);
return
opResult
;
}
async
productTypeSecend
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
productTypeSecend
(
pobj
);
return
opResult
;
}
async
productDetail
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
productDetail
(
pobj
);
return
opResult
;
}
async
bottomMenuConfig
(
pobj
,
qobj
,
req
){
async
bottomMenuConfig
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
bottomMenuConfig
(
pobj
);
var
opResult
=
await
this
.
mediaaggregationSve
.
bottomMenuConfig
(
pobj
);
return
opResult
;
return
opResult
;
}
}
async
cycleProduct
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
cycleProduct
(
pobj
);
return
opResult
;
}
async
secondLevelNeedConfig
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
secondLevelNeedConfig
(
pobj
);
return
opResult
;
}
async
clueMaintenance
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
clueMaintenance
(
pobj
);
return
opResult
;
}
async
cycleProductSecend
(
pobj
,
qobj
,
req
){
var
opResult
=
await
this
.
mediaaggregationSve
.
cycleProductSecend
(
pobj
);
return
opResult
;
}
}
}
module
.
exports
=
Mediaaggregation
;
module
.
exports
=
Mediaaggregation
;
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