Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

CozeAPI baseurl的前缀path被错误替换

Open
#141 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
48/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
api

Research direction

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.

Written by the indexing model from the issue text.

Description

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

Dominant language
Java
Stars
214
Forks
97
PR merge metrics
No merged PRs in 30d

Getting set up

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from coze-dev/coze-java

All issues in coze-dev/coze-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.