update
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
# 应用层应用
|
||||
|
||||
## 整个应用的逻辑
|
||||
|
||||
用户只保留当前自己系统的 auth token。
|
||||
|
||||
当调用外部系统的时候,通过 auth token 去获取自己的对应的外部系统的 token,然后再调用外部系统的接口。
|
||||
|
||||
##
|
||||
@@ -167,7 +167,7 @@ ${toolsList}
|
||||
return Promise.resolve(data);
|
||||
}
|
||||
return Promise.resolve({
|
||||
code: 200,
|
||||
code: 404,
|
||||
data: {
|
||||
id: 'ai_response',
|
||||
description: 'AI 直接回复',
|
||||
|
||||
Reference in New Issue
Block a user