Commit e0f04195 authored by shajiaiming's avatar shajiaiming

fix

parent e89cefca
......@@ -146,7 +146,7 @@ func AddCoin(c *gin.Context) {
Decimals: coin.Decimals,
Address: coin.Address,
Treaty: coin.Treaty,
PlatformId: "[1]",
PlatformId: "[]",
}
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