소스 검색

1

add_mode
DengBiao 1 년 전
부모
커밋
01ab39f687
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      app/customer/hdl/hdl_user.go

+ 2
- 1
app/customer/hdl/hdl_user.go 파일 보기

@@ -7,6 +7,7 @@ import (
"applet/app/e"
"applet/app/enum"
"applet/app/utils"
"fmt"
"github.com/gin-gonic/gin"
"time"
)
@@ -14,7 +15,7 @@ import (
func UserInfo(c *gin.Context) {
//1、获取用户信息
userInfo := svc.GetUser(c)
fmt.Println(">>>>>>>>>>>>>userInfo", userInfo)
//2、获取用户身份信息
userIdentityDb := db.UserIdentityDb{}
userIdentityDb.Set(userInfo.Id)


불러오는 중...
취소
저장