Uses of Class
com.bytedesk.core.utils.JsonResult
Packages that use JsonResult
Package
Description
百 *
SpringAIBaiduChatConfig
- 百度 AI 服务配置类,包含API密钥和模型设置 AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。自定 *
SpringAICustomChatController
- 自定义 AI 服务的REST API控制器 SpringAICustomChatConfig
- 自定义 AI 服务配置类,包含API端点、密钥和模型设置 AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。DashScope AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
DeepSeek AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
Gitee AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
DeepSeek AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
Ollama AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
OpenAI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
OpenAI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
SiliconFlow AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
腾讯 AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
火山引擎 AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
智谱 AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
Zhipuai package contains classes and utilities for Zhipuai API integration.
Call Gateway Package
This package provides the gateway management functionality for Call integration.
Utility classes package containing helper methods and common functionality
Customer Service Statistics Package
Provides comprehensive statistical functionalities for the customer service system, including:
-
Uses of JsonResult in com.bytedesk.ai.springai.controller
Methods in com.bytedesk.ai.springai.controller that return types with arguments of type JsonResultModifier and TypeMethodDescription(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIRagController.advancedRag
(String message, String kbUid) org.springframework.http.ResponseEntity<JsonResult<?>>
org.springframework.http.ResponseEntity<JsonResult<?>>
简单的聊天接口 POST http://127.0.0.1:9003/spring/ai/api/v1/chat-client/chatorg.springframework.http.ResponseEntity<JsonResult<?>>
ChatClientTestController.chatWithSystem
(Map<String, String> request) 带系统提示的聊天接口 POST http://127.0.0.1:9003/spring/ai/api/v1/chat-client/chat-with-system(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIRagController.compressionQueryTransformer
(String message, String kbUid) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIRagController.contextualQueryAugmenter
(String message, String kbUid) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
org.springframework.http.ResponseEntity<JsonResult<?>>
org.springframework.http.ResponseEntity<JsonResult<?>>
ChatClientInfoController.getAllChatClientsInfo()
获取所有ChatClient信息 GET http://127.0.0.1:9003/spring/ai/api/v1/chat-clients/infoorg.springframework.http.ResponseEntity<JsonResult<?>>
ChatModelInfoController.getAllChatModelsInfo()
获取所有ChatModel信息 GET http://127.0.0.1:9003/spring/ai/api/v1/chat-models/infoorg.springframework.http.ResponseEntity<JsonResult<?>>
EmbeddingModelInfoController.getAllEmbeddingModelsInfo()
获取所有EmbeddingModel信息 GET http://127.0.0.1:9003/spring/ai/api/v1/embedding-models/infoorg.springframework.http.ResponseEntity<JsonResult<?>>
ChatClientTestController.getChatClientInfo()
获取ChatClient信息 GET http://127.0.0.1:9003/spring/ai/api/v1/chat-client/info(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIRagController.getEmbeddingModelInfo()
org.springframework.http.ResponseEntity<JsonResult<?>>
ChatClientInfoController.getPrimaryChatClientInfo()
获取Primary ChatClient信息 GET http://127.0.0.1:9003/spring/ai/api/v1/chat-clients/primaryorg.springframework.http.ResponseEntity<JsonResult<?>>
ChatModelInfoController.getPrimaryChatModelInfo()
获取Primary ChatModel信息 GET http://127.0.0.1:9003/spring/ai/api/v1/chat-models/primaryorg.springframework.http.ResponseEntity<JsonResult<?>>
EmbeddingModelInfoController.getPrimaryEmbeddingModelInfo()
获取Primary EmbeddingModel信息 GET http://127.0.0.1:9003/spring/ai/api/v1/embedding-models/primaryorg.springframework.http.ResponseEntity<JsonResult<?>>
ChatClientInfoController.getRagChatClientInfo()
获取RAG使用的ChatClient信息 GET http://127.0.0.1:9003/spring/ai/api/v1/chat-clients/ragorg.springframework.http.ResponseEntity<JsonResult<?>>
ChatModelInfoController.getRagChatModelInfo()
获取RAG使用的ChatModel信息 GET http://127.0.0.1:9003/spring/ai/api/v1/chat-models/ragorg.springframework.http.ResponseEntity<JsonResult<?>>
EmbeddingModelInfoController.getVectorStoreEmbeddingModelInfo()
获取VectorStore使用的EmbeddingModel信息 GET http://127.0.0.1:9003/spring/ai/api/v1/embedding-models/vectorstore(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIRagController.getVectorStoreInfo()
org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIToolsController.methodToolCallback
(String message) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIRagController.multiQueryExpander
(String message, String kbUid) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIRagController.observedChat
(String message) org.springframework.http.ResponseEntity<JsonResult<?>>
(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIRagController.rewriteQueryTransformer
(String message, String kbUid) org.springframework.http.ResponseEntity<JsonResult<?>>
(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
org.springframework.http.ResponseEntity<JsonResult<?>>
ChatClientTestController.streamChat
(Map<String, String> request) 流式聊天接口(返回完整响应) POST http://127.0.0.1:9003/spring/ai/api/v1/chat-client/stream-chatorg.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIPromptController.structured
(String message) org.springframework.http.ResponseEntity<JsonResult<?>>
org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIPromptController.templating
(String adjective, String topic) org.springframework.http.ResponseEntity<JsonResult<?>>
ChatClientInfoController.testAllChatClients()
测试所有可用的ChatClient GET http://127.0.0.1:9003/spring/ai/api/v1/chat-clients/test-allorg.springframework.http.ResponseEntity<JsonResult<?>>
ChatModelInfoController.testAllChatModels()
测试所有可用的ChatModel GET http://127.0.0.1:9003/spring/ai/api/v1/chat-models/test-allorg.springframework.http.ResponseEntity<JsonResult<?>>
ChatClientInfoController.testChatClient
(String provider) 测试指定的ChatClient GET http://127.0.0.1:9003/spring/ai/api/v1/chat-clients/test/{provider}org.springframework.http.ResponseEntity<JsonResult<?>>
ChatModelInfoController.testChatModel
(String provider) 测试指定的ChatModel GET http://127.0.0.1:9003/spring/ai/api/v1/chat-models/test/{provider}org.springframework.http.ResponseEntity<JsonResult<?>>
EmbeddingModelInfoController.testDashScopeModels()
测试 DashScope embedding 模型 GET http://127.0.0.1:9003/spring/ai/api/v1/embedding-models/test-dashscope-modelsorg.springframework.http.ResponseEntity<JsonResult<?>>
(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIRagController.translationQueryTransformer
(String message, String kbUid) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIRagController.vectorStoreDocumentRetriever
(String message, String kbUid) org.springframework.http.ResponseEntity<JsonResult<?>>
-
Uses of JsonResult in com.bytedesk.ai.springai.providers.baidu
Methods in com.bytedesk.ai.springai.providers.baidu that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/baidu/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.custom
Methods in com.bytedesk.ai.springai.providers.custom that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/custom/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.dashscope
Methods in com.bytedesk.ai.springai.providers.dashscope that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/dashscope/chat/sync?org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIDashscopeChatController.chatWithClient
(String message) 方式5:使用 ChatClient 调用演示 http://127.0.0.1:9003/api/v1/dashscope/chat/client?org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIDashscopeChatController.chatWithClientSystem
(String message, String systemPrompt) 方式7:使用 ChatClient 带系统提示的调用演示 http://127.0.0.1:9003/api/v1/dashscope/chat/client/system? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.deepseek
Methods in com.bytedesk.ai.springai.providers.deepseek that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/deepseek/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.gitee
Methods in com.bytedesk.ai.springai.providers.gitee that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/gitee/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.minimax
Methods in com.bytedesk.ai.springai.providers.minimax that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/minimax/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.ollama
Methods in com.bytedesk.ai.springai.providers.ollama that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIOllamaChatController.chatCustom
(OllamaRequest request) 自定义模型参数的调用示例 http://127.0.0.1:9003/api/v1/ollama/chat/custom?org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIOllamaChatController.chatSync
(OllamaRequest request) 方式1:同步调用 http://127.0.0.1:9003/api/v1/ollama/chat/sync?org.springframework.http.ResponseEntity<JsonResult<io.github.ollama4j.models.response.LibraryModelDetail>>
Ollama4jRestController.getLibraryModelDetails
(OllamaRequest request) org.springframework.http.ResponseEntity<JsonResult<List<io.github.ollama4j.models.response.Model>>>
Ollama4jRestController.getLocalModels
(OllamaRequest request) org.springframework.http.ResponseEntity<JsonResult<io.github.ollama4j.models.response.ModelDetail>>
Ollama4jRestController.getModelDetails
(OllamaRequest request) org.springframework.http.ResponseEntity<JsonResult<List<io.github.ollama4j.models.response.LibraryModel>>>
Ollama4jRestController.getModels
(OllamaRequest request) org.springframework.http.ResponseEntity<JsonResult<io.github.ollama4j.models.response.LibraryModelTag>>
Ollama4jRestController.getModelTag
(OllamaRequest request) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
Ollama4jRestController.ping
(OllamaRequest request) org.springframework.http.ResponseEntity<JsonResult<io.github.ollama4j.models.ps.ModelsProcessResponse>>
Ollama4jRestController.processModelsResponse
(OllamaRequest request) -
Uses of JsonResult in com.bytedesk.ai.springai.providers.openai
Methods in com.bytedesk.ai.springai.providers.openai that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/openai/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.openrouter
Methods in com.bytedesk.ai.springai.providers.openrouter that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/openrouter/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.siliconflow
Methods in com.bytedesk.ai.springai.providers.siliconflow that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/deepseek/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.tencent
Methods in com.bytedesk.ai.springai.providers.tencent that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/tencent/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.volcengine
Methods in com.bytedesk.ai.springai.providers.volcengine that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/api/v1/volcengine/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.providers.zhipuai
Methods in com.bytedesk.ai.springai.providers.zhipuai that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIZhipuaiChatController.chatCustom
(String message) Deprecated.自定义模型参数的调用示例 http://127.0.0.1:9003/api/v1/zhipuai/chat/custom?org.springframework.http.ResponseEntity<JsonResult<?>>
Deprecated.方式1:同步调用 http://127.0.0.1:9003/api/v1/zhipuai/chat/sync?org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIZhipuaiChatController.generateImage
(String prompt) Deprecated.图像生成接口 http://127.0.0.1:9003/api/v1/zhipuai/imageorg.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIZhipuaiChatController.testTokenExtraction()
Deprecated.测试token提取功能 http://127.0.0.1:9003/api/v1/zhipuai/test-tokens -
Uses of JsonResult in com.bytedesk.ai.zhipuai
Methods in com.bytedesk.ai.zhipuai that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
异步聊天 POST http://127.0.0.1:9003/zhipuai/asyncorg.springframework.http.ResponseEntity<JsonResult<?>>
同步调用 - 使用新的统一接口 GET http://127.0.0.1:9003/zhipuai/sync?org.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.chatWithVoice
(Map<String, String> request) 语音模型聊天 POST http://127.0.0.1:9003/zhipuai/voiceorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.chatWithWebSearch
(Map<String, String> request) 带Web搜索的聊天 POST http://127.0.0.1:9003/zhipuai/websearchorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.createFineTuningJob
(Map<String, String> request) 创建微调任务 POST http://127.0.0.1:9003/zhipuai/finetune/createorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.downloadFile
(Map<String, String> request) 下载文件 POST http://127.0.0.1:9003/zhipuai/file/downloadorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.flightFunctionCall
(String from, String to) 示例:查询航班信息的 Function Calling GET http://127.0.0.1:9003/zhipuai/flight?org.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.functionCallingChat
(Map<String, Object> request) Function Calling 同步调用 POST http://127.0.0.1:9003/zhipuai/function-callorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.generateCustomSpeech
(Map<String, Object> request) 自定义语音合成 POST http://127.0.0.1:9003/zhipuai/voice/customorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.generateImage
(Map<String, String> request) 图像生成 POST http://127.0.0.1:9003/zhipuai/imageorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.generateSpeech
(Map<String, String> request) 语音合成 POST http://127.0.0.1:9003/zhipuai/speechorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.getEmbedding
(Map<String, String> request) 向量嵌入 POST http://127.0.0.1:9003/zhipuai/embeddingorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.getEmbeddings
(Map<String, Object> request) 批量向量嵌入 POST http://127.0.0.1:9003/zhipuai/embeddingsorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.health()
健康检查org.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.queryFiles()
查询文件列表 GET http://127.0.0.1:9003/zhipuai/filesorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.queryFineTuningJob
(String jobId) 查询微调任务 GET http://127.0.0.1:9003/zhipuai/finetune/{jobId}org.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.rolePlayChat
(String message, String userInfo, String botInfo, String botName, String userName) 角色扮演 GET http://127.0.0.1:9003/zhipuai/roleplay?org.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.uploadFile
(Map<String, String> request) 文件上传 POST http://127.0.0.1:9003/zhipuai/file/uploadorg.springframework.http.ResponseEntity<JsonResult<?>>
ZhipuaiController.weatherFunctionCall
(String city) 示例:查询天气的 Function Calling GET http://127.0.0.1:9003/zhipuai/weather? -
Uses of JsonResult in com.bytedesk.call.conference
Methods in com.bytedesk.call.conference that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<Boolean>>
CallConferenceController.validateAccess
(String name, String pin) 验证会议室访问权限 -
Uses of JsonResult in com.bytedesk.call.gateway
Methods in com.bytedesk.call.gateway that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.checkGatewayNameExists
(String gatewayName) 检查网关名称是否存在org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.createGateway
(@Valid CallGatewayRequest request) 创建网关org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.deleteGateway
(Long id) 删除网关org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.disableGateway
(Long id) 禁用网关org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.enableGateway
(Long id) 启用网关org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.getEnabledGateways()
获取启用的网关列表org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.getGateway
(Long id) 获取网关详情org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.getGatewayByName
(String gatewayName) 根据名称获取网关org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.getGateways
(int page, int size, String sortBy, String sortDir) 获取网关列表(分页)org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.getGatewaysByStatus
(String status) 根据状态获取网关列表org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.getGatewayStats()
获取网关统计信息org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.getOnlineGateways()
获取在线的网关列表org.springframework.http.ResponseEntity<JsonResult<CallGatewayResponse>>
CallGatewayRestController.query
(CallGatewayRequest request) 查询网关详情(兼容旧接口)org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.updateGateway
(Long id, @Valid CallGatewayRequest request) 更新网关org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.updateGatewayStatus
(Long id, String status) 更新网关状态 -
Uses of JsonResult in com.bytedesk.call.users
Methods in com.bytedesk.call.users that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.checkNumberExists
(String username, String domain) 检查用户名和域名组合是否存在org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.createNumber
(@Valid CallUserRequest request) 创建用户org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.deleteNumber
(Long id) 删除用户org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.disableNumber
(Long id) 禁用用户org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.enableNumber
(Long id) 启用用户org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.getEnabledNumbers()
获取启用的用户列表org.springframework.http.ResponseEntity<JsonResult<?>>
获取用户详情org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.getNumberByNumbername
(String username) 根据用户名获取用户org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.getNumberByNumbernameAndDomain
(String username, String domain) 根据用户名和域名获取用户org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.getNumbers
(int page, int size, String sortBy, String sortDir) 获取用户列表(分页)org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.getNumbersByAccountcode
(String accountcode) 根据账户代码获取用户列表org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.getNumbersByDomain
(String domain) 根据域名获取用户列表org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.getNumbersByEmail
(String email) 根据邮箱获取用户列表org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.getNumberStats()
获取用户统计信息org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.getNumberStatsByDomain
(String domain) 根据域名获取用户统计信息org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.getOnlineNumbers()
获取在线的用户列表org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.updateNumber
(Long id, @Valid CallUserRequest request) 更新用户org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.updateNumberRegistration
(String username, String domain, String registerIp, String userAgent) 更新用户注册信息org.springframework.http.ResponseEntity<JsonResult<?>>
CallUserController.validateNumberPassword
(String username, String domain, String password) 验证用户密码 -
Uses of JsonResult in com.bytedesk.core.cluster.udp
Methods in com.bytedesk.core.cluster.udp that return JsonResultModifier and TypeMethodDescriptionJsonResult<?>
测试UDP http://127.0.0.1:9003/udp/v1/say?JsonResult<?>
测试UDP http://127.0.0.1:9003/udp/v1/send? -
Uses of JsonResult in com.bytedesk.core.config.properties
Methods in com.bytedesk.core.config.properties that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
BytedeskPropertiesController.getBytedeskProperties()
-
Uses of JsonResult in com.bytedesk.core.ip
Methods in com.bytedesk.core.ip that return JsonResultModifier and TypeMethodDescriptionJsonResult<?>
IpRestControllerVisitor.ip
(jakarta.servlet.http.HttpServletRequest request) http://127.0.0.1:9003/visitor/api/v1/ip/JsonResult<?>
JsonResult<?>
IpRestControllerVisitor.ipLocation
(String ip) http://127.0.0.1:9003/visitor/api/v1/ip/ip/location?JsonResult<?>
IpRestControllerVisitor.ipProvince
(String ip) JsonResult<?>
IpRestControllerVisitor.location
(jakarta.servlet.http.HttpServletRequest request) http://127.0.0.1:9003/visitor/api/v1/ip/location https://api.weiyuai.cn/visitor/api/v1/ip/location location: "国家|区域|省份|城市|ISP" location: "中国|0|湖北省|武汉市|联通",缺省的地域信息默认是0。 -
Uses of JsonResult in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils that return JsonResultModifier and TypeMethodDescriptionstatic JsonResult<Boolean>
JsonResult.error()
static JsonResult<Boolean>
static JsonResult<Boolean>
static <T> JsonResult<T>
static JsonResult<Boolean>
JsonResult.success()
static JsonResult<Boolean>
static <T> JsonResult<T>
static <T> JsonResult<T>
static <T> JsonResult<T>
JsonResult.success
(T data) -
Uses of JsonResult in com.bytedesk.service.statistic
Methods in com.bytedesk.service.statistic that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
ServiceStatisticRestController.queryByOrg
(ServiceStatisticRequest request) -
Uses of JsonResult in com.bytedesk.starter.controller
Methods in com.bytedesk.starter.controller that return JsonResultModifier and TypeMethodDescriptionJsonResult<?>
PageTemplateController.staticize()
generate html static file 模板静态化 http://127.0.0.1:9003/temp/static -
Uses of JsonResult in com.bytedesk.ticket.form
Methods in com.bytedesk.ticket.form that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<List<org.flowable.engine.form.FormProperty>>>
TicketFormController.getFormProperties
(String taskId) org.springframework.http.ResponseEntity<JsonResult<org.flowable.engine.form.TaskFormData>>
TicketFormController.getTaskForm
(String taskId) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFormController.saveFormData
(String taskId, Map<String, String> properties) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFormController.submitTaskForm
(String taskId, Map<String, String> properties) -
Uses of JsonResult in com.bytedesk.ticket.ticket_flow
Methods in com.bytedesk.ticket.ticket_flow that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.activateProcess
(String processInstanceId) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.addComment
(String taskId, String message, String userId) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.assignTask
(String taskId, String assignee) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.completeTask
(String taskId, Map<String, Object> variables) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.deployProcess()
org.springframework.http.ResponseEntity<JsonResult<List<org.flowable.task.api.Task>>>
TicketFlowController.getGroupTasks
(String groupId) org.springframework.http.ResponseEntity<JsonResult<List<org.flowable.engine.history.HistoricProcessInstance>>>
TicketFlowController.getHistory
(String ticketId) org.springframework.http.ResponseEntity<JsonResult<org.flowable.engine.repository.ProcessDefinition>>
TicketFlowController.getLatestDefinition()
org.springframework.http.ResponseEntity<JsonResult<List<org.flowable.engine.task.Comment>>>
TicketFlowController.getProcessComments
(String processInstanceId) org.springframework.http.ResponseEntity<JsonResult<List<org.flowable.engine.task.Comment>>>
TicketFlowController.getTaskComments
(String taskId) org.springframework.http.ResponseEntity<JsonResult<List<org.flowable.task.api.Task>>>
TicketFlowController.getUserTasks
(String assignee) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.startProcess
(TicketEntity ticket) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.submitSurvey
(String taskId, int rating, String comment) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.supervisorReview
(String taskId, boolean reassign) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.suspendProcess
(String processInstanceId) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.terminateProcess
(String processInstanceId, String reason) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
TicketFlowController.verifyTicket
(String taskId, boolean approved) -
Uses of JsonResult in com.bytedesk.wechat.pay
Methods in com.bytedesk.wechat.pay that return JsonResultModifier and TypeMethodDescriptionJsonResult<?>
WeChatPayService.closeOrder
(String outTradeNo) 关闭订单JsonResult<?>
WeChatPayService.orderQuery
(String outTradeNo) 订单查询 https://pay.weixin.qq.com/wiki/doc/api/native.php?JsonResult<?>
申请退款JsonResult<?>
WeChatPayService.refundQuery
(String outTradeNo) 退款查询JsonResult<?>
WeChatPayService.unifiedOrder
(RechargeRequest request) 调用微信支付:统一下单api NATIVE方式:模式二 https://pay.weixin.qq.com/wiki/doc/api/native.php?