|
@@ -360,4 +360,13 @@ public class ProductController extends BaseController {
|
|
|
public String getProductSupporting() {
|
|
|
return PRODUCT_SUPPORTING_PATH;
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * H5配套商品页
|
|
|
+ */
|
|
|
+ @GetMapping("/attestation.html")
|
|
|
+ public String getActivityAttestaion() {
|
|
|
+ return ACTIVITY_ATTESTAION;
|
|
|
+ }
|
|
|
+
|
|
|
}
|