|
@@ -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 {
|