k.zhang 3 年 前
コミット
ae20da5889
1 ファイル変更2 行追加1 行削除
  1. 2 1
      apis/pdd/set.go

+ 2 - 1
apis/pdd/set.go

@@ -3,6 +3,7 @@ package pdd
 import (
 	"duoduo/models/pdd"
 	"duoduo/tools/app"
+
 	"github.com/gin-gonic/gin"
 )
 
@@ -16,7 +17,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 {