|
@ -40,7 +40,7 @@ func GenJwtToken(accountType string, accountId, customerId, customerPid, areaId, |
|
|
return t.SignedString([]byte(Secret)) |
|
|
return t.SignedString([]byte(Secret)) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const Secret = "osmanthuswine-very-secret" |
|
|
|
|
|
|
|
|
const Secret = "十步杀一人,千里不留行。" |
|
|
const Issuer = "osmanthuswine-issuer-ox" |
|
|
const Issuer = "osmanthuswine-issuer-ox" |
|
|
const Subject = "osmanthuswine-subject-ox" |
|
|
const Subject = "osmanthuswine-subject-ox" |
|
|
const Audience = "osmanthuswine-audience-ox" |
|
|
const Audience = "osmanthuswine-audience-ox" |
|
|