From 04ce699260aacd58d261c108c48b52e216ab9f6c Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 10 Apr 2023 11:23:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E5=85=A5?= =?UTF-8?q?=E5=8F=82=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UserService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {