Merge branch 'feature/bind-hwuser' into 'master'
更改返回值 See merge request arch/php-auth-client!4
This commit is contained in:
commit
04dbc7ab65
|
@ -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