From 2dc88ae58712eac13a3df36ce95df682c62767c6 Mon Sep 17 00:00:00 2001 From: WangLiZhao <1838393649@qq.com> Date: Wed, 10 Jun 2026 14:51:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor(prompts-core):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84=E5=92=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/gateway/gateway_http_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/gateway/gateway_http_service.go b/service/gateway/gateway_http_service.go index 5f8c254..29cfa56 100644 --- a/service/gateway/gateway_http_service.go +++ b/service/gateway/gateway_http_service.go @@ -112,7 +112,7 @@ type PromptsCallbackPayload struct { // TriggerPromptsCallback 任务成功后的提示词回调 func TriggerPromptsCallback(ctx context.Context, t *entity.AsynchTask, epicycleId int64) { - callbackURL := "prompts-core/session/sessionCallback" + callbackURL := "prompts-core/session/callback" headers := util.ForwardHeaders(ctx) var resp struct{} payload := PromptsCallbackPayload{