飞书跳转链接改为View

This commit is contained in:
zhn
2022-07-04 15:01:00 +08:00
parent d440219c45
commit 031536a17d
@@ -85,7 +85,7 @@ public class FeishuServiceImpl implements IFeishuService {
// 第二行
JSONObject contentTwo = new JSONObject();
contentTwo.put("tag", "a");
contentTwo.put("text", "跳转链接");
contentTwo.put("text", "View");
contentTwo.put("href", backUrl);
List<JSONObject> contentList = new ArrayList<>();
contentList.add(contentOne);