ljl 1 year ago
parent 95b9b5ea9e
commit 804aff95dc

@ -540,4 +540,13 @@ class MineCommand extends HyperfCommand
$url = $userService->unbindWithdrawEntrust(['userId' => $userId], $this->getApp(), $this->getToken()); $url = $userService->unbindWithdrawEntrust(['userId' => $userId], $this->getApp(), $this->getToken());
echo $url; 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;
}
} }
Loading…
Cancel
Save