Browse Source

Merge branch 'develop' of k.zhang/duoduo into master

k.zhang 3 năm trước cách đây
mục cha
commit
4a1c28ff5f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      apis/pdd/set.go

+ 3 - 0
apis/pdd/set.go

@@ -19,6 +19,9 @@ func Set(c *gin.Context) {
 	if inData.Version == "1.0.4" {
 		outData.Type = "true"
 		app.OK(c, outData, app.Success)
+	} else if inData.Version == "2.1.1"{
+		outData.Type = "true"
+		app.OK(c, outData, app.Success)
 	} else {
 		outData.Type = "false"
 		app.OK(c, outData, app.Success)