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

@ -132,8 +132,6 @@ func (c *ApiController) DeleteUser() {
// @Success 200 {object} controllers.Response The Response object
// @router /get-email-and-phone [post]
func (c *ApiController) GetEmailAndPhone() {
var resp Response
var form RequestForm
err := json.Unmarshal(c.Ctx.Input.RequestBody, &form)
if err != nil {