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