郑皇 5 years ago
parent 06bddba463
commit 40254e1d6d

@ -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());

Loading…
Cancel
Save