Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 翻译接口from参数错误 #78

Open
wants to merge 1 commit into
base: v2_main
Choose a base branch
from

Conversation

titxue
Copy link

@titxue titxue commented Jul 26, 2024

翻译api参数
{
"source_language": "zh",
"text": "尝试使用一下飞书吧",
"target_language": "en",
"glossary": [
{
"from": "飞书",
"to": "Lark"
}
]
}

sdk使用from_

采用setattr 修复

Fix parameter errors
@CLAassistant
Copy link

CLAassistant commented Jul 26, 2024

CLA assistant check
All committers have signed the CLA.

@titxue titxue changed the title 翻译接口from参数错误 fix: 翻译接口from参数错误 Jul 26, 2024
@maemual
Copy link
Collaborator

maemual commented Jul 28, 2024

sdk 里这些 model、api、event 都是根据接口的统一 OAS 定义自动化生成出来的,这里现在改了也没有用,下个版本更新之后还是会覆盖的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants