master
elf 2 years ago
parent f29bee1c62
commit 17db68c52c

@ -1004,7 +1004,7 @@ class NotifyController extends BaseController
echo 'RESULT_FAIL'; echo 'RESULT_FAIL';
return; return;
} }
if ($response->getData('payResult') !== 0) { if (intval($response->getData('payResult'))!== 0) {
QzlLog::write('NOTIFY payResult fail: ' . $response->getData('payResult')); QzlLog::write('NOTIFY payResult fail: ' . $response->getData('payResult'));
echo 'SUCCESS'; echo 'SUCCESS';
return; return;

Loading…
Cancel
Save