Compare View
Commits (2)
Changes
Showing 3 changed files Side-by-side Diff
lib/partner.js
... | ... | @@ -102,7 +102,7 @@ function _hit(task, is_advice) { |
102 | 102 | |
103 | 103 | report({ |
104 | 104 | trx_id: task.trx_id, |
105 | - rc: partnerRc[result.rc] || '40', | |
105 | + rc: result.rc ? partnerRc[result.rc] || '40' : '68', | |
106 | 106 | message: result.message, |
107 | 107 | sn: result.sn, |
108 | 108 | amount: Number(result.amount) || null, |
package-lock.json