Commit 100989203bd4ca34f3746f1a03a86199eca0b20d
1 parent
f1484f3427
Exists in
master
resend on 54
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
httppulsakita.js
... | ... | @@ -105,7 +105,7 @@ function topupRequest(task, retry) { |
105 | 105 | |
106 | 106 | callbackReport(task['requestId'], response_code, message); |
107 | 107 | |
108 | - if (response_code == '68') { | |
108 | + if (response_code == '54' || response_code == '68') { | |
109 | 109 | setTimeout(function() { |
110 | 110 | topupRequest(task, 5); |
111 | 111 | }, 60000); |