|
|
|
@ -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;
|
|
|
|
|