|
|
@@ -187,6 +187,7 @@ class PayForm extends Model
|
|
|
if ($handler != null) {
|
|
|
file_put_contents('huiqidata.txt',\GuzzleHttp\json_encode($data));
|
|
|
$success = $handler->handleNotify($data);
|
|
|
+ file_put_contents('huiqi7.txt',$success);
|
|
|
$this->_outNotifyResult = $handler->outNotify($success);
|
|
|
}
|
|
|
return $success;
|