larksuite / larksuite/cli

画板 API /open-apis/board/v1/whiteboards/{id}/nodes 返回中文乱码

Open
#1,155 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Go
Stars
17.3k
Forks
1.4k
Avg merge
2d 4h
Merged PRs (30d)
105

Description

通过 API 获取画板节点数据时,获取的json文件的中文字符显示为乱码(如"高"显示为"Ú«ÿ")。
英文和数字正常。已确认不是客户端编码问题,是 API 返回数据本身编码错误。
请求修复或提供正确的编码方式。

Contributor guide

No contributing guide indexed for this repository

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.

Research direction

Start by reproducing the issue with /open-apis/board/v1/whiteboards/{id}/nodes and inspect the raw response encoding, using Chinese node names such as “高”. Trace the API response path in the Go CLI or related integration, then verify that Chinese, English, and numeric node data are returned as valid JSON without mojibake.

Written by the indexing model from the issue text.

Assessment

Domain
api, backend-api-design
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.