|
|
|
@ -43,7 +43,9 @@ class MineCommand extends HyperfCommand
|
|
|
|
|
|
|
|
|
|
public function handle(): void
|
|
|
|
|
{
|
|
|
|
|
$this->getRequestLog();
|
|
|
|
|
$this->rsyncUser('4673f922e30cfd2efeeb992ff6a32ece', '202308070000001', 'ELF1990');
|
|
|
|
|
$this->rsyncUser('247eda1b7de0c76603123c477f2072fa', '202308070000001', 'RLX1990');
|
|
|
|
|
$this->rsyncUser('13f366c46bb842b6cb732e6a30836a9b', '202308070000001', '30684');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected function generateToken() {
|
|
|
|
@ -122,13 +124,13 @@ class MineCommand extends HyperfCommand
|
|
|
|
|
echo $url;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected function rsyncUser()
|
|
|
|
|
protected function rsyncUser($memberId, $appId, $userId)
|
|
|
|
|
{
|
|
|
|
|
/**
|
|
|
|
|
* @var UserService $userService
|
|
|
|
|
*/
|
|
|
|
|
$userService = $this->container->make(UserService::class);
|
|
|
|
|
$userService->rsyncUser('4673f922e30cfd2efeeb992ff6a32ece', '202308040000002', 'ELF1990');
|
|
|
|
|
$userService->rsyncUser($memberId, $appId, $userId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected function rsyncBankCards() {
|
|
|
|
|