...
|
...
|
@@ -15,7 +15,7 @@ module.exports = function (app) { |
|
|
app.post("/coupon/querySendCouponList", "CouponSend_querySendCouponList");
|
|
|
|
|
|
//单个优惠券
|
|
|
app.post("/coupon/getCouponDetailById", "CouponSend_getCouponDetailById");
|
|
|
//app.post("/coupon/getCouponDetailById", "CouponSend_getCouponDetailById");
|
|
|
|
|
|
//发券页
|
|
|
app.get("/market/couponSend/send/:param", "marketing.CouponSend.Send",function(){
|
...
|
...
|
@@ -47,7 +47,7 @@ module.exports = function (app) { |
|
|
});
|
|
|
|
|
|
//查询用户券列表
|
|
|
app.post("/couponLogs/queryUserCouponLogsList", "CouponSend_queryUserCouponLogsList");
|
|
|
//app.post("/couponLogs/queryUserCouponLogsList", "CouponSend_queryUserCouponLogsList");
|
|
|
|
|
|
//查询文件发券列表
|
|
|
app.post("/couponSendInfo/getListByCouponId", "CouponSend_getListByCouponId");
|
...
|
...
|
|