info
This commit is contained in:
parent
1a44a41c22
commit
b9b0ab98ee
|
@ -1,6 +1,7 @@
|
|||
package handler
|
||||
|
||||
import (
|
||||
"log"
|
||||
"net/http"
|
||||
"reflect"
|
||||
|
||||
|
@ -20,6 +21,8 @@ func UserGetProfileHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
|
|||
return
|
||||
}
|
||||
|
||||
log.Println(userinfo)
|
||||
|
||||
// 创建一个业务逻辑层实例
|
||||
l := logic.NewUserGetProfileLogic(r.Context(), svcCtx)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user