Commit 2ccc48e7 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/optimize' into 'master'

fix See merge request !38
parents 568f0617 e0f04195
...@@ -146,7 +146,7 @@ func AddCoin(c *gin.Context) { ...@@ -146,7 +146,7 @@ func AddCoin(c *gin.Context) {
Decimals: coin.Decimals, Decimals: coin.Decimals,
Address: coin.Address, Address: coin.Address,
Treaty: coin.Treaty, Treaty: coin.Treaty,
PlatformId: "[1]", PlatformId: "[]",
} }
if err := coinService.Add(); err != nil { if err := coinService.Add(); 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