|
@@ -214,21 +214,31 @@ func convert2DtoNode(node *model.Node, seq int) *dto.Node {
|
|
|
"SA": "http://v.starttransfernow.com/static/SA.png",
|
|
|
"SG": "http://v.starttransfernow.com/static/SG.png",
|
|
|
"VN": "http://v.starttransfernow.com/static/VN.png",
|
|
|
+ "AE": "http://v.starttransfernow.com/static/AE.png",
|
|
|
+ "BH": "http://v.starttransfernow.com/static/BH.png",
|
|
|
+ "FR": "http://v.starttransfernow.com/static/FR.png",
|
|
|
+ "IN": "http://v.starttransfernow.com/static/IN.png",
|
|
|
+ "NL": "http://v.starttransfernow.com/static/NL.png",
|
|
|
}
|
|
|
countryLabels := map[string]string{
|
|
|
- "BR": "Brazil",
|
|
|
- "DE": "Germany",
|
|
|
- "HK": "Hong Kong",
|
|
|
- "JP": "Japan",
|
|
|
- "US": "United States",
|
|
|
- "UK": "United Kingdom",
|
|
|
- "GB": "United Kingdom",
|
|
|
- "AU": "Australia",
|
|
|
- "CA": "Canada",
|
|
|
- "KR": "South Korea",
|
|
|
- "SA": "Saudi Arabia",
|
|
|
- "SG": "Singapore",
|
|
|
- "VN": "Vietnam",
|
|
|
+ "BR": "Brazil",
|
|
|
+ "DE": "Germany",
|
|
|
+ "HK": "Hong Kong",
|
|
|
+ "JP": "Japan",
|
|
|
+ "US": "United States",
|
|
|
+ "UK": "United Kingdom",
|
|
|
+ "GB": "United Kingdom",
|
|
|
+ "AU": "Australia",
|
|
|
+ "CA": "Canada",
|
|
|
+ "KR": "South Korea",
|
|
|
+ "SA": "Saudi Arabia",
|
|
|
+ "SG": "Singapore",
|
|
|
+ "VN": "Vietnam",
|
|
|
+ "AE": "United Arab Emirates",
|
|
|
+ "BH": "Bahrain",
|
|
|
+ "FR": "France",
|
|
|
+ "IN": "India",
|
|
|
+ "NL": "Netherlands",
|
|
|
}
|
|
|
|
|
|
countryLabel := fmt.Sprintf("%s", countryLabels[node.CountryCode])
|