@@ -17,7 +17,7 @@ func Set(c *gin.Context) {
return
}
- if inData.Version == "1.0.5" {
+ if inData.Version == "1.0.6" {
outData.Type = "true"
app.OK(c, outData, app.Success)
} else {