Commit 61b91273 by 庄冰

aaa

parent b29eb1d9
......@@ -92,5 +92,10 @@ class Mediaaggregation extends APIBase {
}
return opResult;
}
async bottomMenuConfig(pobj, qobj, req){
var opResult = await this.mediaaggregationSve.bottomMenuConfig(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