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 {