|
|
|
@ -64,7 +64,9 @@ class AlipayF2F
|
|
|
|
|
|
|
|
|
|
|
|
public function manualQuery(Recharge $recharge)
|
|
|
|
public function manualQuery(Recharge $recharge)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$config = $this->getOptions();
|
|
|
|
$merchantId = $recharge->merchant_id;
|
|
|
|
|
|
|
|
$alipayAccount = AlipayAccount::where('appid', $merchantId)->withTrashed()->first();
|
|
|
|
|
|
|
|
$config = $this->getOptions($alipayAccount);
|
|
|
|
$query_result = Factory::setOptions($config)::payment()
|
|
|
|
$query_result = Factory::setOptions($config)::payment()
|
|
|
|
->common()
|
|
|
|
->common()
|
|
|
|
->query($recharge->serial);
|
|
|
|
->query($recharge->serial);
|
|
|
|
|