Commit c32e8389 authored by shajiaiming's avatar shajiaiming

fix

parent 4cc65f71
...@@ -108,9 +108,10 @@ func UpdateCoinGas(c *gin.Context) { ...@@ -108,9 +108,10 @@ func UpdateCoinGas(c *gin.Context) {
} }
CoinGasService := coin_gas_service.CoinGas{ CoinGasService := coin_gas_service.CoinGas{
Low: coin_gas.Low, CoinName: coin_gas.CoinName,
Average: coin_gas.Average, Low: coin_gas.Low,
High: coin_gas.High, Average: coin_gas.Average,
High: coin_gas.High,
} }
if err := CoinGasService.Edit(); err != nil { if err := CoinGasService.Edit(); err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment