shop.shopPromote.js 494 Bytes
module.exports = function (app){
    /*批量导入店铺推荐*/
    app.get("/shop/batchUpdateShopsPromote","shop.batch.importShopsPromote",function(){
        this.$extend={
            moduleName:"活动营销",
            pageName:"批量新增店铺推荐",
            isPL:true
        }
    });

    /*通过任务ID查看任务是否被执行完  学生价变价*/
    app.post("/product/queryBatchImportShopsPromoteResult","importShopsPromote_queryBatchImportShopsPromoteResult");
}