diff --git a/app/Services/UserService.php b/app/Services/UserService.php index cc45c90..0a76118 100644 --- a/app/Services/UserService.php +++ b/app/Services/UserService.php @@ -510,7 +510,7 @@ class UserService extends BaseService * @param int $user_type * @return string */ - public function getOpenIdWithUserId(string|int $user_id, int $user_type): string + public function getOpenIdWithUserId(string|int $user_id, int|string $user_type): string { $open_id = ''; if ($user_type == 1) {