k.zhang 3 năm trước cách đây
mục cha
commit
69a3857ffe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.4" {
+	if inData.Version == "1.0.5" {
 		outData.Type = "true"
 		app.OK(c, outData, app.Success)
 	} else {