|
|
@ -244,7 +244,7 @@ public class CustomerService {
|
|
|
|
} else if (param.getType().equals(2)) {
|
|
|
|
} else if (param.getType().equals(2)) {
|
|
|
|
//网页
|
|
|
|
//网页
|
|
|
|
Map<String, Object> link = new HashMap<>();
|
|
|
|
Map<String, Object> link = new HashMap<>();
|
|
|
|
link.put("title", welcome.getContent());
|
|
|
|
link.put("title", param.getDescription());
|
|
|
|
link.put("picurl", null);
|
|
|
|
link.put("picurl", null);
|
|
|
|
link.put("desc", param.getDescription());
|
|
|
|
link.put("desc", param.getDescription());
|
|
|
|
link.put("url", param.getDefaultVal());
|
|
|
|
link.put("url", param.getDefaultVal());
|
|
|
|