DengBiao 1 anno fa
parent
commit
75208aa449
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      internal/business/domain/user/service/auth.go

+ 2
- 0
internal/business/domain/user/service/auth.go Vedi File

@@ -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
}


Caricamento…
Annulla
Salva