zhangkunkun 3 years ago
parent
commit
4c583dd94a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apis/pdd/set.go

+ 2 - 2
apis/pdd/set.go

@@ -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 {