mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
feat(http): text/plain is allowed (#2376)
* feat(http): plan/txt is allowed * Update http468.ts * Update http468.ts * body 添加string类型
This commit is contained in:
@@ -130,7 +130,7 @@ export type DispatchNodeResponseType = {
|
||||
|
||||
// http
|
||||
params?: Record<string, any>;
|
||||
body?: Record<string, any>;
|
||||
body?: Record<string, any> | string;
|
||||
headers?: Record<string, any>;
|
||||
httpResult?: Record<string, any>;
|
||||
|
||||
|
Reference in New Issue
Block a user