Compare commits
No commits in common. "8d43eaf18d06d4029f6bb95db4b0c90f4c201b3b" and "8e30f6c984cf88222c873b2baafd6cbf3cb216f1" have entirely different histories.
8d43eaf18d
...
8e30f6c984
@ -96,8 +96,7 @@ 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