修改字段入参类型
This commit is contained in:
parent
a836064159
commit
04ce699260
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user