飞书跳转链接改为View
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user