Commit f69c335a authored by duanjinfei's avatar duanjinfei

change task_id type

parent bfa4af1c
...@@ -7,7 +7,7 @@ type SignInfoRep struct { ...@@ -7,7 +7,7 @@ type SignInfoRep struct {
} }
type TaskInfo struct { type TaskInfo struct {
TaskId int64 `json:"task_id"` TaskId string `json:"task_id"`
TaskType string `json:"task_type"` TaskType string `json:"task_type"`
ImageID string `json:"image_id"` ImageID string `json:"image_id"`
ImageUri string `json:"image_uri"` ImageUri string `json:"image_uri"`
......
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