thirdpayment
ljl 11 months ago
parent 2ae0f34f72
commit 32318040ea

@ -572,7 +572,7 @@ class MineCommand extends HyperfCommand
*/ */
$userService = $this->container->make(UserService::class); $userService = $this->container->make(UserService::class);
$url = $userService->querySignEntrust(['userId' => $userId], $this->getApp(), $this->getToken()); $url = $userService->querySignEntrust(['userId' => $userId], $this->getApp(), $this->getToken());
echo $url; var_dump($url);
} }
protected function transferWithdrawNotify() protected function transferWithdrawNotify()

Loading…
Cancel
Save