修复不准确的注释信息

This commit is contained in:
click33
2024-08-16 23:25:27 +08:00
parent c485eba134
commit a2289dc6a1
2 changed files with 3 additions and 3 deletions

View File

@@ -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 参数