Skip to content

Commit 261fa8b

Browse files
author
陈潇文
committed
[app-platform] 修改游客模式继续会话接口参数
1 parent e62eeec commit 261fa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-builder/plugins/aipp-plugin/src/main/java/modelengine/fit/jober/aipp/controller/AppBuilderGuestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ public Rsp<RangedResultSet<QueryChatRspDto>> queryChatList(HttpClassicServerRequ
528528
* @return 表示返回流式回复的 {@link Choir}{@code <}{@link Object}{@code >}。
529529
*/
530530
@CarverSpan(value = "operation.appRuntime.updateResume")
531-
@PutMapping(path = "/{tenant_id}/app/instances/{current_instance_id}/log/{log_id}",
531+
@PutMapping(path = "/{tenant_id}/app/instances/{instance_id}/log/{log_id}",
532532
description = "更新表单数据,并恢复实例任务执行")
533533
public Choir<Object> resumeAndUpdateAippInstance(HttpClassicServerRequest httpRequest,
534534
@RequestBean ResumeAippDto resumeAippDto,

0 commit comments

Comments
 (0)