|
|
@@ -29,6 +29,7 @@ class PayApi extends BaseApi
|
|
|
public function callNotify($data, $payType)
|
|
|
{
|
|
|
!isset($data['payType']) && $data['payType'] = $payType;
|
|
|
+ file_put_contents('huiqi2.txt',$payType);
|
|
|
$result = $this->post($this->apiUrl . '/notify', $data);
|
|
|
if ($result['code'] == 1) {
|
|
|
return $this->returnArray(1, $result['data'], $result['message']);
|