k.zhang %!s(int64=4) %!d(string=hai) anos
pai
achega
8a627ab47e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apis/pdd/set.go

+ 1 - 1
apis/pdd/set.go

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