소스 검색

update

master
DengBiao 1 년 전
부모
커밋
75208aa449
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      internal/business/domain/user/service/auth.go

+ 2
- 0
internal/business/domain/user/service/auth.go 파일 보기

@@ -112,6 +112,8 @@ func (*authService) Auth(ctx context.Context, userId, deviceId int64, token stri
// AuthMaster 验证站长权限
func (*authService) AuthMaster(ctx context.Context, masterId string) error {
master, err := repo.MasterRepo.Get(utils.StrToInt64(masterId))
fmt.Println(">>>>>>>>>>>>>>AuthMaster>>>>>>>>>>>>>>>", master, err)

if err != nil {
return err
}


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