f
This commit is contained in:
@@ -184,11 +184,7 @@ func buildSinanAntiFraudInfo(apiData map[string]interface{}) map[string]interfac
|
||||
|
||||
func buildSinanSecurityInfo(apiData map[string]interface{}) map[string]interface{} {
|
||||
info := emptySecurityInfo()
|
||||
flxg := asMap(getMapValue(apiData, "FLXGDEA9"))
|
||||
if flxg == nil {
|
||||
return info
|
||||
}
|
||||
level := xypString(flxg, "level")
|
||||
level := flxgdea9Level(apiData)
|
||||
if level == "" || level == "0" {
|
||||
return info
|
||||
}
|
||||
@@ -511,10 +507,6 @@ func jrzq1d09Map(apiData map[string]interface{}) map[string]interface{} {
|
||||
return asMap(getMapValue(apiData, "JRZQ1D09"))
|
||||
}
|
||||
|
||||
func flxg7e8fMap(apiData map[string]interface{}) map[string]interface{} {
|
||||
return asMap(getMapValue(apiData, "FLXG7E8F"))
|
||||
}
|
||||
|
||||
func maxTotMons(jrzq map[string]interface{}) int {
|
||||
maxVal := 0
|
||||
for _, period := range []string{"m6", "m12"} {
|
||||
|
||||
Reference in New Issue
Block a user