DengBiao пре 11 месеци
родитељ
комит
796ba45789
1 измењених фајлова са 4 додато и 0 уклоњено
  1. +4
    -0
      enum/fin_user_flow.go

+ 4
- 0
enum/fin_user_flow.go Прегледај датотеку

@@ -10,6 +10,10 @@ func FinUserFlowOrderActionString(kind int) string {
return "consume_subsidy"
case md.ExperienceSubsidyOrdActionForFinUserFlow:
return "experience_subsidy"
case md.GreenEnergyExchangeForBalanceForFinUserFlow:
return "green_energy_exchange_for_balance"
case md.BalanceExchangeForGreenEnergyForFinUserFlow:
return "balance_exchange_for_green_energy"
default:
return "unknown"
}


Loading…
Откажи
Сачувај