master
ljl 1 year ago
parent bafeac8edb
commit 7f950a98c9

@ -45,7 +45,7 @@ class MineCommand extends HyperfCommand
public function handle(): void
{
$this->getRequestData();
$this->getBalance();
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_bind_card', $this->getApp(), ['userId' => '23121', 'bindCardFlag' => true]);
@ -232,7 +232,7 @@ class MineCommand extends HyperfCommand
* @var UserService $userService
*/
$userService = $this->container->make(UserService::class);
$result = $userService->getBalance('1274207');
$result = $userService->getBalance('ELF1990');
var_dump($result);
}

Loading…
Cancel
Save