Commit a7dbed63 authored by duanjinfei's avatar duanjinfei

change resp result

parent 07055fc4
...@@ -39,7 +39,7 @@ func (c *TokenController) GetTokenUri() { ...@@ -39,7 +39,7 @@ func (c *TokenController) GetTokenUri() {
imageUri := beego.AppConfig.String("imageUri") imageUri := beego.AppConfig.String("imageUri")
res := &models.TokenInfoRep{ res := &models.TokenInfoRep{
Id: tokenIdInt64, Id: tokenIdInt64,
Name: fmt.Sprintf("LightCycle OG #%d", tokenIdInt64), Name: fmt.Sprintf("LightCycle OG No.%d", tokenIdInt64),
ImageUri: imageUri, ImageUri: imageUri,
} }
c.ResponseInfo(200, "Get token info success", res) c.ResponseInfo(200, "Get token info success", res)
......
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