|
|
@ -46,7 +46,7 @@ class MineCommand extends HyperfCommand
|
|
|
|
|
|
|
|
|
|
|
|
public function handle(): void
|
|
|
|
public function handle(): void
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$this->getBalance();
|
|
|
|
$this->queryOrder();
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
// $this->notify('http://ceshi-shop.hkcpex.com/index.php/pay/notify/baofu_f_register', $this->getApp(), ['userId' => '30684']);
|
|
|
|
// $this->notify('http://ceshi-shop.hkcpex.com/index.php/pay/notify/baofu_f_register', $this->getApp(), ['userId' => '30684']);
|
|
|
|
$this->notify('http://ceshi-shop.hkcpex.com/index.php/pay/notify/baofu_f_bind_card', $this->getApp(), ['userId' => '23121', 'bindCardFlag' => true]);
|
|
|
|
$this->notify('http://ceshi-shop.hkcpex.com/index.php/pay/notify/baofu_f_bind_card', $this->getApp(), ['userId' => '23121', 'bindCardFlag' => true]);
|
|
|
@ -400,7 +400,7 @@ class MineCommand extends HyperfCommand
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
$paymentService = $this->container->make(PaymentService::class);
|
|
|
|
$paymentService = $this->container->make(PaymentService::class);
|
|
|
|
$data = [
|
|
|
|
$data = [
|
|
|
|
'outOrderNo' => '107169241138887619',
|
|
|
|
'outOrderNo' => '16926878308874',
|
|
|
|
];
|
|
|
|
];
|
|
|
|
$order = $paymentService->queryOrder($data, $this->getApp());
|
|
|
|
$order = $paymentService->queryOrder($data, $this->getApp());
|
|
|
|
var_dump($order->toArray());
|
|
|
|
var_dump($order->toArray());
|
|
|
|