练兵场结算
This commit is contained in:
@@ -45,7 +45,7 @@ export class RedlockService {
|
||||
|
||||
}
|
||||
|
||||
export async function lockData(serverId: string, dataName: string, id: string ) {
|
||||
export async function lockData(serverId: number, dataName: string, id: string ) {
|
||||
let key = 'serverId_'+serverId+'_'+dataName+'_'+id;
|
||||
let lockKey = 'locks:' + key;
|
||||
console.log(' lockKey = '+ lockKey);
|
||||
|
||||
Reference in New Issue
Block a user