Uses of Class
com.bytedesk.core.utils.JsonResult
Packages that use JsonResult
Package
Description
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.demo.airline
Methods in com.bytedesk.ai.demo.airline that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
AirlineController.getBookings()
-
Uses of JsonResult in com.bytedesk.ai.demo.bytedesk
Methods in com.bytedesk.ai.demo.bytedesk that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIBytedeskController.getFiles()
org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIBytedeskController.getFolders()
-
Uses of JsonResult in com.bytedesk.ai.provider.vendors.ollama
Methods in com.bytedesk.ai.provider.vendors.ollama that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<List<io.github.ollama4j.models.response.Model>>>
Ollama4jRestController.getLocalModels()
org.springframework.http.ResponseEntity<JsonResult<io.github.ollama4j.models.response.LibraryModelDetail>>
Ollama4jRestController.getModelDetails
(String model) org.springframework.http.ResponseEntity<JsonResult<List<io.github.ollama4j.models.response.LibraryModel>>>
Ollama4jRestController.getModels()
org.springframework.http.ResponseEntity<JsonResult<io.github.ollama4j.models.response.LibraryModelTag>>
Ollama4jRestController.getModelTag
(String model, String tag) org.springframework.http.ResponseEntity<JsonResult<Boolean>>
Ollama4jRestController.ping()
org.springframework.http.ResponseEntity<JsonResult<io.github.ollama4j.models.ps.ModelsProcessResponse>>
Ollama4jRestController.processModels()
-
Uses of JsonResult in com.bytedesk.ai.springai.dashscope
Methods in com.bytedesk.ai.springai.dashscope that return JsonResultModifier and TypeMethodDescriptionJsonResult<?>
SpringAIDashscopeController.text2Image
(String prompt, jakarta.servlet.http.HttpServletResponse response) Methods in com.bytedesk.ai.springai.dashscope that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIDashscopeController.chatCustom
(String message) 自定义模型参数的调用示例 http://127.0.0.1:9003/springai/dashscope/chat/custom?reactor.core.publisher.Flux<JsonResult<?>>
SpringAIDashscopeController.image2text
(org.springframework.web.multipart.MultipartFile image) -
Uses of JsonResult in com.bytedesk.ai.springai.deepseek
Methods in com.bytedesk.ai.springai.deepseek that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/springai/deepseek/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.gitee
Methods in com.bytedesk.ai.springai.gitee that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/springai/gitee/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.ollama
Methods in com.bytedesk.ai.springai.ollama that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIOllamaController.chatCustom
(String message) 自定义模型参数的调用示例 http://127.0.0.1:9003/springai/ollama/chat/custom?org.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/springai/ollama/chat/sync?org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIOllamaController.checkHealth()
检测Ollama服务是否正常运行 http://127.0.0.1:9003/springai/ollama/health -
Uses of JsonResult in com.bytedesk.ai.springai.siliconflow
Methods in com.bytedesk.ai.springai.siliconflow that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/springai/deepseek/chat/sync? -
Uses of JsonResult in com.bytedesk.ai.springai.spring
Methods in com.bytedesk.ai.springai.spring that return types with arguments of type JsonResultModifier and TypeMethodDescription(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIController.advancedRag
(String message) org.springframework.http.ResponseEntity<JsonResult<?>>
(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIController.completion
(String message, String voice) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIController.compressionQueryTransformer
(String message) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIController.contextualQueryAugmenter
(String message) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
org.springframework.http.ResponseEntity<JsonResult<?>>
org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIToolsController.methodToolCallback
(String message) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIController.multiQueryExpander
(String message) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
org.springframework.http.ResponseEntity<JsonResult<?>>
(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIController.rewriteQueryTransformer
(String message) org.springframework.http.ResponseEntity<JsonResult<?>>
org.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<?>>
(package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIController.translationQueryTransformer
(String message) (package private) org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIController.vectorStoreDocumentRetriever
(String message) org.springframework.http.ResponseEntity<JsonResult<?>>
-
Uses of JsonResult in com.bytedesk.ai.springai.zhipuai
Methods in com.bytedesk.ai.springai.zhipuai that return types with arguments of type JsonResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIZhipuaiController.chatCustom
(String message) 自定义模型参数的调用示例 http://127.0.0.1:9003/springai/zhipuai/chat/custom?org.springframework.http.ResponseEntity<JsonResult<?>>
方式1:同步调用 http://127.0.0.1:9003/springai/zhipuai/chat/sync?org.springframework.http.ResponseEntity<JsonResult<?>>
SpringAIZhipuaiController.generateImage
(String prompt) 图像生成接口 http://127.0.0.1:9003/springai/zhipuai/image -
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<?>
IpRestController.ip
(jakarta.servlet.http.HttpServletRequest request) http://127.0.0.1:9003/ip/api/v1/JsonResult<?>
JsonResult<?>
IpRestController.ipLocation
(String ip) http://127.0.0.1:9003/ip/api/v1/ip/location?JsonResult<?>
IpRestController.ipProvince
(String ip) JsonResult<?>
IpRestController.location
(jakarta.servlet.http.HttpServletRequest request) http://127.0.0.1:9003/ip/api/v1/location https://api.weiyuai.cn/ip/api/v1/location location: "国家|区域|省份|城市|ISP" location: "中国|0|湖北省|武汉市|联通" -
Uses of JsonResult in com.bytedesk.core.redis.pubsub
Methods in com.bytedesk.core.redis.pubsub that return JsonResultModifier and TypeMethodDescriptionRedisPubsubController.publishText
(String message) http://127.0.0.1:9003/redis/pubsub/send? -
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.flow
Methods in com.bytedesk.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.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?