Browse Source

Merge branch 'develop' of k.zhang/duoduo-lhf into master

k.zhang 3 years ago
parent
commit
2535f5ef86
2 changed files with 4 additions and 1 deletions
  1. 3 0
      .idea/.gitignore
  2. 1 1
      apis/pdd/set.go

+ 3 - 0
.idea/.gitignore

@@ -0,0 +1,3 @@
+
+# Default ignored files
+/workspace.xml

+ 1 - 1
apis/pdd/set.go

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