1
This commit is contained in:
parent
6810b936e4
commit
c815a019ac
@ -78,7 +78,7 @@ func (this *RechargeCurrencyTable) Load() {
|
||||
{
|
||||
for _, val := range nets {
|
||||
netId := val
|
||||
fileName := fmt.Sprintf("../config/nets/%d/currency.json", netId)
|
||||
fileName := fmt.Sprintf("../config/currencys/%d/currency.json", netId)
|
||||
if jsonStr, err := f5.ReadJsonFile(fileName); err == nil {
|
||||
currencyCfg := struct {
|
||||
CurrencyName string `json:"currency_name"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user