mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-19 13:48:10 +00:00
update
This commit is contained in:
@@ -121,13 +121,14 @@ public class ServiceSettingsRequest implements Serializable {
|
||||
private Boolean showFaqs = true;
|
||||
@Builder.Default
|
||||
private List<String> faqUids = new ArrayList<>();
|
||||
|
||||
private String faqKbUid;
|
||||
|
||||
@Builder.Default
|
||||
private Boolean showQuickFaqs = true;
|
||||
@Builder.Default
|
||||
private List<String> quickFaqUids = new ArrayList<>();
|
||||
// 快捷问题知识库
|
||||
private String quickFaqKbUid;
|
||||
|
||||
@Builder.Default
|
||||
private Boolean showGuessFaqs = true;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: jackning 270580156@qq.com
|
||||
* @Date: 2024-06-14 10:45:08
|
||||
* @LastEditors: jackning 270580156@qq.com
|
||||
* @LastEditTime: 2025-04-28 09:27:23
|
||||
* @LastEditTime: 2025-04-28 10:16:36
|
||||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
|
||||
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
|
||||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
|
||||
@@ -99,6 +99,8 @@ public class ServiceSettingsResponse implements Serializable {
|
||||
|
||||
private Boolean showQuickFaqs;
|
||||
private List<FaqResponse> quickFaqs;
|
||||
// 快捷问题知识库
|
||||
private String quickFaqKbUid;
|
||||
|
||||
private Boolean showGuessFaqs;
|
||||
private List<FaqResponse> guessFaqs;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: jackning 270580156@qq.com
|
||||
* @Date: 2024-06-14 10:45:08
|
||||
* @LastEditors: jackning 270580156@qq.com
|
||||
* @LastEditTime: 2025-04-28 09:25:15
|
||||
* @LastEditTime: 2025-04-28 10:16:46
|
||||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
|
||||
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
|
||||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
|
||||
@@ -84,6 +84,8 @@ public class ServiceSettingsResponseVisitor implements Serializable {
|
||||
private Boolean showQuickFaqs;
|
||||
// 快捷问题
|
||||
private List<FaqResponseVisitor> quickFaqs;
|
||||
// 快捷问题知识库
|
||||
private String quickFaqKbUid;
|
||||
//
|
||||
private Boolean showGuessFaqs;
|
||||
// 猜你想问
|
||||
|
||||
Reference in New Issue
Block a user