|
@@ -31,6 +31,7 @@ public class ProductController extends BaseController {
|
|
|
private static final String QUALITY_AUTHORRIZE_PATH = "product/qualityauthorize";
|
|
|
private static final String ACTIVITY_TOP_PATH = "activity/activityTopic";
|
|
|
private static final String CLOUD_BEAUTY_PATH = "activity/beautyTopic";
|
|
|
+ private static final String ACTIVITY_COUPON_EXP = "activity/couponExp";
|
|
|
/**
|
|
|
* 美博会专题页
|
|
|
*/
|
|
@@ -165,4 +166,11 @@ public class ProductController extends BaseController {
|
|
|
return CLOUD_BEAUTY_PATH;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 优惠券说明页
|
|
|
+ */
|
|
|
+ @GetMapping("/activity/couponExp.html")
|
|
|
+ public String getCouponExpPath(){
|
|
|
+ return ACTIVITY_COUPON_EXP;
|
|
|
+ }
|
|
|
}
|