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 框架集成的所有类和配置。
OpenRouter 服务提供者集成包,包含与 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.
FreeSWITCH ESL(Event Socket Library)客户端实现的内嵌版本。
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<?>>简单的聊天接口 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<?>>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()(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-models(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) -
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.gemini
Methods in com.bytedesk.ai.springai.providers.gemini 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.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.tools
Methods in com.bytedesk.ai.tools that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>org.springframework.http.ResponseEntity<JsonResult<?>>SpringAIToolsController.methodToolCallback(String message) org.springframework.http.ResponseEntity<JsonResult<?>>org.springframework.http.ResponseEntity<JsonResult<?>>SpringAIToolsController.userControlled()org.springframework.http.ResponseEntity<JsonResult<?>> -
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.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.testZhipuai()https://docs.bigmodel.cn/cn/guide/models/vlm/glm-4.5v#java 测试智谱AI: GLM-4.5v模型,带图片输入,描述图片内容。org.springframework.http.ResponseEntity<JsonResult<?>>ZhipuaiController.testZhipuaiBase64Image()传入Base64图片,图片理解 Get http://127.0.0.1:9003/zhipuai/test/glm4.5v/base64org.springframework.http.ResponseEntity<JsonResult<?>>ZhipuaiController.testZhipuaiMultiModelFile()文本理解 Get http://127.0.0.1:9003/zhipuai/test/glm4.5v/fileorg.springframework.http.ResponseEntity<JsonResult<?>>ZhipuaiController.testZhipuaiMultiModelImage()https://docs.bigmodel.cn/cn/guide/models/vlm/glm-4.5v#java-2 图片理解,多张图片 不支持同时理解文件、视频和图像。org.springframework.http.ResponseEntity<JsonResult<?>>ZhipuaiController.testZhipuaiMultiModelVideo()视频理解 Get http://127.0.0.1:9003/zhipuai/test/glm4.5v/videoorg.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.esl
Methods in com.bytedesk.call.esl that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>EslController.api(@Valid EslController.ApiRequest req) 通用同步 API(等同 fs_cli 中的 api 命令)CompletableFuture<org.springframework.http.ResponseEntity<JsonResult<?>>>EslController.bgapi(@Valid EslController.ApiRequest req) 通用异步 BGAPI(返回 BACKGROUND_JOB 事件数据)org.springframework.http.ResponseEntity<JsonResult<?>>EslController.cancelLogLevel()org.springframework.http.ResponseEntity<JsonResult<?>>EslController.conference(@Valid EslController.ConferenceRequest req) conference 子命令统一入口org.springframework.http.ResponseEntity<JsonResult<?>>EslController.originate(@Valid EslController.OriginateRequest req) 直接透传 originate 参数串org.springframework.http.ResponseEntity<JsonResult<?>>EslController.reloadacl()触发 reloadacl(重载 ACL)org.springframework.http.ResponseEntity<JsonResult<?>>EslController.reloadxml()触发 reloadxml(重载 XML 配置与拨号计划)org.springframework.http.ResponseEntity<JsonResult<?>>EslController.setLogLevel(IModEslApi.LoggingLevel level) org.springframework.http.ResponseEntity<JsonResult<?>>show 系列查询(channels/calls/registrations 等)org.springframework.http.ResponseEntity<JsonResult<?>>EslController.sofiaProfile(String profile, String action) 对指定 profile 执行动作(rescan/restart/start/stop)org.springframework.http.ResponseEntity<JsonResult<?>>EslController.sofiaStatus()获取 sofia 总览状态org.springframework.http.ResponseEntity<JsonResult<?>>EslController.status()FreeSWITCH 运行状态org.springframework.http.ResponseEntity<JsonResult<?>>EslController.uuidAnswer(String uuid) 应答通道org.springframework.http.ResponseEntity<JsonResult<?>>EslController.uuidBridge(@Valid EslController.UuidBridgeRequest req) 桥接两个通道org.springframework.http.ResponseEntity<JsonResult<?>>EslController.uuidBroadcast(@Valid EslController.UuidBroadcastRequest req) 向通道注入播放(广播)org.springframework.http.ResponseEntity<JsonResult<?>>EslController.uuidGetVar(String uuid, String var) 获取通道变量org.springframework.http.ResponseEntity<JsonResult<?>>挂断通道(可带 hangup cause)org.springframework.http.ResponseEntity<JsonResult<?>>EslController.uuidRecord(@Valid EslController.UuidRecordRequest req) 控制通道录音org.springframework.http.ResponseEntity<JsonResult<?>>EslController.uuidSendDtmf(@Valid EslController.UuidDtmfRequest req) 发送 DTMForg.springframework.http.ResponseEntity<JsonResult<?>>EslController.uuidSetVar(@Valid EslController.UuidVarRequest req) 设置通道变量org.springframework.http.ResponseEntity<JsonResult<?>>EslController.uuidTransfer(@Valid EslController.UuidTransferRequest req) 转接通道org.springframework.http.ResponseEntity<JsonResult<?>>EslController.xmlFlushCache()刷新 XML 缓存(配合 mod_xml_curl) -
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.service_statistic
Methods in com.bytedesk.service.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.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?