@@ -89,7 +89,7 @@ func GetArticleSourcePlatform(SourcePlatform string) (sourcePlatformResp int) {
} else if SourcePlatform == "2" {
sourcePlatformResp = 2
} else {
- sourcePlatformResp = 1
+ sourcePlatformResp, _ = strconv.Atoi(SourcePlatform)
}
return