🐞 fix(gvg): 修复外政接口时间戳位数
This commit is contained in:
@@ -383,7 +383,7 @@ export class GVGProduceHandler {
|
||||
const { attackRoleId, battleCode, hasRpl } = rec;
|
||||
const rplFileUrl = battleCode && hasRpl ? getRemoteRplFilePath(attackRoleId, WAR_TYPE.GVG_VESTIGE, battleCode) : '';
|
||||
const obj = getVestigeRecStatus(rec);
|
||||
if(obj.status == VESTIGE_STATUS.COMPLETE) result.push({ ...rec, endTime: Math.floor(obj.time/1000), rplFileUrl });
|
||||
if(obj.status == VESTIGE_STATUS.COMPLETE) result.push({ ...rec, endTime: obj.time, rplFileUrl });
|
||||
}
|
||||
return resResult(STATUS.SUCCESS, {
|
||||
list: result,
|
||||
|
||||
Reference in New Issue
Block a user