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

Image中的ResponseFormat中的B64_JSON定义错了 #76

Closed
seven-cm opened this issue Mar 21, 2023 · 2 comments
Closed

Image中的ResponseFormat中的B64_JSON定义错了 #76

seven-cm opened this issue Mar 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@seven-cm
Copy link

seven-cm commented Mar 21, 2023

public enum ResponseFormat implements Serializable {
    URL("url"),
    B64_JSON("urlb64_json"),
    ;

    private String name;
}

接口文档是:
The format in which the generated images are returned. Must be one of url or b64_json.

@Grt1228
Copy link
Owner

Grt1228 commented Mar 21, 2023

谢谢指正,可能文档更新了。
我在看下官方文档,下版本修改。请暂时手动传入字符串

@Grt1228 Grt1228 added the bug Something isn't working label Mar 21, 2023
@Grt1228
Copy link
Owner

Grt1228 commented Mar 23, 2023

已修复更新1.0.7

@Grt1228 Grt1228 closed this as completed Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants