ragflow http请求 header处理

This commit is contained in:
2026-01-13 11:20:14 +08:00
parent a101d60df8
commit e7e450f7cf
2 changed files with 2 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ func (c *Client) request(ctx context.Context, method, path string, body interfac
if endpoint == "" {
return gerror.New("RAGFlow endpoints not configured")
}
fullURL := endpoint + path
// 添加详细日志:请求信息