CozeAPI baseurl的前缀path被错误替换
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 214
- Forks
- 98
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
CozeAPI指定baseurl为:https://xxx.com/path1/2/3/
调用run workflow api,发现实际请求地址是 https://xxx.com/v1/workflow/run
正确地址应该是 https://xxx.com/path1/2/3/v1/workflow/run
希望SDK能够支持baseurl中包含前缀path
Guía de contribución
Línea de trabajo
No file or test is named in the issue. Start by tracing how the SDK builds the run workflow request URL from the configured base URL, then check existing request or URL-construction tests if available. Done means a base URL containing /path1/2/3/ preserves that prefix before /v1/workflow/run.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- api
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 48/100