task id json
This commit is contained in:
parent
f304ca869c
commit
acaac9ca7e
|
@ -44,8 +44,8 @@ type GetuiMessage struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetuiPushRsp struct {
|
type GetuiPushRsp struct {
|
||||||
TaskId string
|
TaskId string `json:"task_id"`
|
||||||
Status string
|
Status string `json:"status"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Getui struct {
|
type Getui struct {
|
||||||
|
|
Loading…
Reference in New Issue