master
elf 2 years ago
parent f29bee1c62
commit 17db68c52c

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

Loading…
Cancel
Save