Merge branch 'jng' into dev
This commit is contained in:
commit
8d43eaf18d
@ -96,7 +96,8 @@ func CheckWebLogin(provider *account.AccountClientImpl) gin.HandlerFunc {
|
|||||||
|
|
||||||
//0 解密
|
//0 解密
|
||||||
req := account.DecryptJwtRequest{
|
req := account.DecryptJwtRequest{
|
||||||
Token: jwt,
|
Token: jwt,
|
||||||
|
Domain: "fontree",
|
||||||
}
|
}
|
||||||
|
|
||||||
info, err := service.AccountProvider.DecryptJwt(ctx, &req)
|
info, err := service.AccountProvider.DecryptJwt(ctx, &req)
|
||||||
|
Loading…
Reference in New Issue
Block a user