增加输出日志
This commit is contained in:
@@ -157,9 +157,10 @@ class Account extends InitConfig
|
||||
->setReceiverAccountName($data['receiverAccountName'])
|
||||
->setBankAccountType($data['bankAccountType'] ?? 'DEBIT_CARD')
|
||||
->setNotifyUrl($data['notifyUrl']);
|
||||
|
||||
$response = $this->client->payOrder($request);
|
||||
$result = $response->getResult();
|
||||
Log::channel('yeepay')->info('PayOrder', $result);
|
||||
Log::channel('yeepay')->info($result);
|
||||
if ($result['returnCode'] == 'UA00000') {
|
||||
return $this->success($result);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user