Commit f0fa7d38 by CaIon

update relay

parent 3baf231a
...@@ -171,6 +171,7 @@ type ImageResponse struct { ...@@ -171,6 +171,7 @@ type ImageResponse struct {
Created int `json:"created"` Created int `json:"created"`
Data []struct { Data []struct {
Url string `json:"url"` Url string `json:"url"`
B64Json string `json:"b64_json"`
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment