|
|
@@ -181,9 +181,11 @@ class PayForm extends Model
|
|
|
file_put_contents('huiqi4.txt',$payType);
|
|
|
unset($data['token']);
|
|
|
unset($data['payType']);
|
|
|
+
|
|
|
$handler = BasePayHandler::getPayHandlerByPayType($payType);
|
|
|
$success = false;
|
|
|
if ($handler != null) {
|
|
|
+ file_put_contents('huiqidata.txt',\GuzzleHttp\json_encode($data));
|
|
|
$success = $handler->handleNotify($data);
|
|
|
$this->_outNotifyResult = $handler->outNotify($success);
|
|
|
}
|