更改返回值
This commit is contained in:
parent
b3dfdc6e6b
commit
ac491ccd10
|
@ -102,10 +102,7 @@ class OAuth
|
|||
'id' => $user_id,
|
||||
'hwmc_id' => $hwuser_id,
|
||||
]);
|
||||
if ($resp['code'] == 0) {
|
||||
return $resp['data'];
|
||||
}
|
||||
return null;
|
||||
return $resp;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user