Merge branch 'feature/bind-hwuser' into 'master'

更改返回值

See merge request arch/php-auth-client!4
This commit is contained in:
候学杰 2019-01-03 14:45:20 +08:00
commit 04dbc7ab65

View File

@ -102,10 +102,7 @@ class OAuth
'id' => $user_id,
'hwmc_id' => $hwuser_id,
]);
if ($resp['code'] == 0) {
return $resp['data'];
}
return null;
return $resp;
}
/**