Browse Source

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

k.zhang 4 năm trước cách đây
mục cha
commit
323035bc37
2 tập tin đã thay đổi với 4 bổ sung1 xóa
  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 {