|
@@ -16,10 +16,10 @@ 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 if inData.Version == "2.1.1"{
|
|
|
+ } else if inData.Version == "2.1.1" {
|
|
|
outData.Type = "true"
|
|
|
app.OK(c, outData, app.Success)
|
|
|
} else {
|