f
This commit is contained in:
@@ -45,8 +45,8 @@ func ProcessJRZQ0L85Request(ctx context.Context, params []byte, deps *processors
|
|||||||
|
|
||||||
score := "-1"
|
score := "-1"
|
||||||
if m, ok := respData.(map[string]interface{}); ok {
|
if m, ok := respData.(map[string]interface{}); ok {
|
||||||
if raw, exists := m["scoreafywbase"]; exists {
|
if rawScore, exists := m["scoreywbase"]; exists {
|
||||||
if v, ok := parseToFloat64(raw); ok {
|
if v, ok := parseToFloat64(rawScore); ok {
|
||||||
score = mapScoreAfywBaseToGeneralScore(v)
|
score = mapScoreAfywBaseToGeneralScore(v)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user