Skip to content

Commit

Permalink
fix: 放弃修复重复推送体力
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyJan committed Jul 14, 2024
1 parent 8c30ad6 commit 39cd8c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions model/gameEnergy.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ export async function doPnsEnergy(uin, kuro_uid, isPushTask = false) {
isPushTask &&
rsp_getPnsWidgetData.data.actionData.refreshTimeStamp > 0 &&
rsp_getPnsWidgetData.data.actionData.refreshTimeStamp -
rsp_getPnsWidgetData.data.serverTime <
7200
rsp_getPnsWidgetData.data.serverTime <=
3600
) {
let delay =
rsp_getPnsWidgetData.data.actionData.refreshTimeStamp -
Expand Down Expand Up @@ -242,8 +242,8 @@ export async function doMcEnergy(uin, kuro_uid, isPushTask = false) {
isPushTask &&
rsp_getMcWidgetData.data.energyData.refreshTimeStamp > 0 &&
rsp_getMcWidgetData.data.energyData.refreshTimeStamp -
rsp_getMcWidgetData.data.serverTime <
7200
rsp_getMcWidgetData.data.serverTime <=
3600
) {
let delay =
rsp_getMcWidgetData.data.energyData.refreshTimeStamp -
Expand Down

0 comments on commit 39cd8c7

Please sign in to comment.