소스 검색

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

k.zhang 3 년 전
부모
커밋
4a1c28ff5f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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)