Commit 5feb615e authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/optimize' into develop

parents 5525e0a1 c32e8389
...@@ -108,6 +108,7 @@ func UpdateCoinGas(c *gin.Context) { ...@@ -108,6 +108,7 @@ func UpdateCoinGas(c *gin.Context) {
} }
CoinGasService := coin_gas_service.CoinGas{ CoinGasService := coin_gas_service.CoinGas{
CoinName: coin_gas.CoinName,
Low: coin_gas.Low, Low: coin_gas.Low,
Average: coin_gas.Average, Average: coin_gas.Average,
High: coin_gas.High, High: coin_gas.High,
......
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