k.zhang 3 年之前
父节点
当前提交
69a3857ffe
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {