fix: 改为秒级时间戳

This commit is contained in:
cjy 2026-02-06 17:51:55 +08:00
parent 285bddad15
commit 3287f7c66e

View File

@ -33,7 +33,7 @@ func (b *BundleProvider) GetBundleBalanceByOrderUUID(_ context.Context, req *bun
return nil, err
}
return &bundle.GetBundleBalanceByOrderUUIDResp{
StartTime: startTime.UnixMilli(),
StartTime: startTime.Unix(),
Status: int32(status),
}, nil
}