...
|
...
|
@@ -67,9 +67,6 @@ module.exports = function (app) { |
|
|
//清除指定商品
|
|
|
app.post("/coupon/cleanPrdLimit", "CouponList_cleanPrdLimit");
|
|
|
|
|
|
// 更新微信卡券H5链接
|
|
|
app.post("/coupon/updateH5Link", "CouponList_updateH5Link");
|
|
|
|
|
|
app.get("/market/department/index", "marketing.CouponList.DepartmentIndex",function(){
|
|
|
this.$extend={
|
|
|
moduleName:'营销管理',
|
...
|
...
|
|