|
@ -12,6 +12,7 @@ type GetUuidParam struct { |
|
|
SiteId string `json:"site_id"` |
|
|
SiteId string `json:"site_id"` |
|
|
Dbname string `json:"database"` |
|
|
Dbname string `json:"database"` |
|
|
Uuid string `json:"uuid"` |
|
|
Uuid string `json:"uuid"` |
|
|
|
|
|
Field string `json:"field"` |
|
|
} |
|
|
} |
|
|
type BoolRet struct { |
|
|
type BoolRet struct { |
|
|
Value bool `json:"value"` |
|
|
Value bool `json:"value"` |
|
|