Commit bf2cfbf8 by 庄冰

接口名称

parent 61b91273
......@@ -93,9 +93,69 @@ class Mediaaggregation extends APIBase {
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){
var opResult = await this.mediaaggregationSve.bottomMenuConfig(pobj);
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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment