Fix compile errors.

This commit is contained in:
Yang Luo
2021-08-08 20:47:42 +08:00
parent 9feefc31f9
commit 1b74a58d06
3 changed files with 0 additions and 12 deletions

View File

@ -31,8 +31,6 @@ func (c *ApiController) Unlink() {
return
}
var resp Response
var form LinkForm
err := json.Unmarshal(c.Ctx.Input.RequestBody, &form)
if err != nil {