We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
谢谢指正,可能文档更新了。 我在看下官方文档,下版本修改。请暂时手动传入字符串
Sorry, something went wrong.
已修复更新1.0.7
No branches or pull requests
接口文档是:
The format in which the generated images are returned. Must be one of url or b64_json.
The text was updated successfully, but these errors were encountered: