Commit 43880ca5 authored by lihailei's avatar lihailei

fix some bug.

parent ccce7628
...@@ -187,7 +187,7 @@ func (c *AccountController) GetBalance() { ...@@ -187,7 +187,7 @@ func (c *AccountController) GetBalance() {
//@Param label header string true "标签名" //@Param label header string true "标签名"
//@Success 200 执行成功,返回账户信息 //@Success 200 执行成功,返回账户信息
//@Failure 403 Forbidden禁止执行 //@Failure 403 Forbidden禁止执行
//@router /setLabel [put] //@router /importKey [put]
func (c *AccountController) ImportKey() { func (c *AccountController) ImportKey() {
key := c.Ctx.Request.Header.Get("privateKey") key := c.Ctx.Request.Header.Get("privateKey")
label := c.Ctx.Request.Header.Get("label") label := c.Ctx.Request.Header.Get("label")
......
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