MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / UpdateTopupGroupRatioByJSONString

Function UpdateTopupGroupRatioByJSONString

common/topup-ratio.go:21–24  ·  view source on GitHub ↗
(jsonStr string)

Source from the content-addressed store, hash-verified

19}
20
21func UpdateTopupGroupRatioByJSONString(jsonStr string) error {
22 TopupGroupRatio = make(map[string]float64)
23 return json.Unmarshal([]byte(jsonStr), &TopupGroupRatio)
24}
25
26func GetTopupGroupRatio(name string) float64 {
27 ratio, ok := TopupGroupRatio[name]

Callers 1

updateOptionMapFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected