Commit ff45f73a authored by duanjinfei's avatar duanjinfei

update model info struct

parent ca660b04
...@@ -62,8 +62,8 @@ type ModelInfo struct { ...@@ -62,8 +62,8 @@ type ModelInfo struct {
Pwd string `json:"pwd"` Pwd string `json:"pwd"`
SignUrl string `json:"sign_url"` SignUrl string `json:"sign_url"`
ImageName string `json:"image_name"` ImageName string `json:"image_name"`
OutPutJson string `json:"out_put_json"` //OutPutJson string `json:"out_put_json"`
FileExpiresTime string `json:"file_expires_time"` FileExpiresTime string `json:"file_expires_time"`
} }
type ComputeResult struct { type ComputeResult struct {
......
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 to comment