|
@@ -155,6 +155,10 @@ public class AppletsLinkUtil {
|
|
|
* 29领券中心
|
|
|
*/
|
|
|
public static final Pattern pattern45 = Pattern.compile("/user/coupon-collection.html");
|
|
|
+ /**
|
|
|
+ * 招商入驻
|
|
|
+ */
|
|
|
+ public static final Pattern pattern46 = Pattern.compile("/supplier/attraction.html");
|
|
|
|
|
|
/**
|
|
|
* 根据链接判断链接类型
|
|
@@ -196,7 +200,7 @@ public class AppletsLinkUtil {
|
|
|
return 16;
|
|
|
} else if (pattern29.matcher(link).find() || pattern30.matcher(link).find()) {
|
|
|
return 17;
|
|
|
- } else if (pattern31.matcher(link).find()) {
|
|
|
+ } else if (pattern46.matcher(link).find()) {
|
|
|
return 18;
|
|
|
} else if (pattern32.matcher(link).find()) {
|
|
|
return 19;
|