This commit is contained in:
jack ning
2025-04-28 10:20:45 +08:00
parent cb2000f8aa
commit 183dbf89c2
3 changed files with 8 additions and 3 deletions

View File

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

View File

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

View File

@@ -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;
// 猜你想问