Authored by dongjunjie

路由重复

... ... @@ -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");
... ...
... ... @@ -71,5 +71,5 @@ module.exports=function(app) {
app.post("/limitProduct/checkActivityIdNoExist","limit_checkActivityIdNoExist");
/*根据id获取限购商品*/
app.post("/limitProduct/checkActivityIdNoExist","limit_checkActivityIdNoExist");
//app.post("/limitProduct/checkActivityIdNoExist","limit_checkActivityIdNoExist");
}
\ No newline at end of file
... ...
... ... @@ -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");
... ...
... ... @@ -71,5 +71,5 @@ module.exports=function(app) {
app.post("/limitProduct/checkActivityIdNoExist","limit_checkActivityIdNoExist");
/*根据id获取限购商品*/
app.post("/limitProduct/checkActivityIdNoExist","limit_checkActivityIdNoExist");
//app.post("/limitProduct/checkActivityIdNoExist","limit_checkActivityIdNoExist");
}
\ No newline at end of file
... ...