名将擂台debug接口
This commit is contained in:
@@ -419,8 +419,8 @@ export class LadderHandler {
|
||||
return resResult(STATUS.TOKEN_ERR);
|
||||
}
|
||||
let servers = await ServerlistModel.findByEnv(pinus.app.get('env'));
|
||||
for(let { serverId } of servers) {
|
||||
await sendLadderDailyReward(serverId);
|
||||
for(let { id } of servers) {
|
||||
await sendLadderDailyReward(id);
|
||||
}
|
||||
return resResult(STATUS.SUCCESS)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user