测试 email更新

This commit is contained in:
eson
2023-11-24 10:17:10 +08:00
parent 0e4fe65d27
commit f97d4d9c6d
4 changed files with 2 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
package handler
import (
"log"
"net/http"
"reflect"
@@ -21,8 +20,6 @@ func UserGetProfileHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
return
}
log.Println(userinfo)
// 创建一个业务逻辑层实例
l := logic.NewUserGetProfileLogic(r.Context(), svcCtx)