mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-02-27 16:50:24 +08:00
修复不准确的注释信息
This commit is contained in:
@@ -223,7 +223,7 @@ public SaResult addMoney(long userId, long money, String nonce, String sign) {
|
||||
long userId = 10001;
|
||||
long money = 1000;
|
||||
String nonce = SaFoxUtil.getRandomString(32); // 随机32位字符串
|
||||
long timestamp = System.currentTimeMillis(); // 随机32位字符串
|
||||
long timestamp = System.currentTimeMillis(); // 系统当前时间戳
|
||||
String secretKey = "xxxxxxxxxxxxxxxxxxxx";
|
||||
|
||||
// 计算 sign 参数
|
||||
|
||||
Reference in New Issue
Block a user