浏览代码

no message

xingzai 9 月之前
父节点
当前提交
e19b9f3f1a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      services/cygx/article.go

+ 2 - 0
services/cygx/article.go

@@ -88,6 +88,8 @@ func GetArticleSourcePlatform(SourcePlatform string) (sourcePlatformResp int) {
 		sourcePlatformResp = 1
 	} else if SourcePlatform == "2" {
 		sourcePlatformResp = 2
+	} else {
+		sourcePlatformResp = 1
 	}
 	return
 }