|
|
|
@ -540,4 +540,13 @@ class MineCommand extends HyperfCommand
|
|
|
|
|
$url = $userService->unbindWithdrawEntrust(['userId' => $userId], $this->getApp(), $this->getToken());
|
|
|
|
|
echo $url;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected function signWithdrawEntrust($userId = 'ELF1990') {
|
|
|
|
|
/**
|
|
|
|
|
* @var UserService $userService
|
|
|
|
|
*/
|
|
|
|
|
$userService = $this->container->make(UserService::class);
|
|
|
|
|
$url = $userService->signWithdrawEntrust(['userId' => $userId], $this->getApp(), $this->getToken());
|
|
|
|
|
echo $url;
|
|
|
|
|
}
|
|
|
|
|
}
|