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