Skip to content

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

Closed
@seven-cm

Description

@seven-cm
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions