Commit ec01cc5c authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/optimize' into 'master'

fix See merge request !79
parents a4ab7b6e c32e8389
......@@ -108,9 +108,10 @@ func UpdateCoinGas(c *gin.Context) {
}
CoinGasService := coin_gas_service.CoinGas{
Low: coin_gas.Low,
Average: coin_gas.Average,
High: coin_gas.High,
CoinName: coin_gas.CoinName,
Low: coin_gas.Low,
Average: coin_gas.Average,
High: coin_gas.High,
}
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