|
|
@@ -235,7 +235,7 @@ public class WxCampaign implements Serializable { |
|
|
public String getWeappScene() { |
|
|
public String getWeappScene() { |
|
|
if(type == null) |
|
|
if(type == null) |
|
|
return ""; |
|
|
return ""; |
|
|
return "t:bt:" + type + ":" +id; |
|
|
|
|
|
|
|
|
return "t:bd:" + type + ":" +id; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public static enum Field |
|
|
public static enum Field |
|
|
|