Commit fe20d9c3 by 杨树贤

读错认证字段â€

parent f17dd9e9
...@@ -28,7 +28,7 @@ class UserExchangeTransformer ...@@ -28,7 +28,7 @@ class UserExchangeTransformer
$users = $this->service->getUsersFromRedis($userIds); $users = $this->service->getUsersFromRedis($userIds);
foreach ($users as $user) { foreach ($users as $user) {
$userMobiles[$user['user_id']] = $user['mobile']; $userMobiles[$user['user_id']] = $user['mobile'];
$certifications[$user['user_id']] = array_get($user, 'company_type', 0); $certifications[$user['user_id']] = array_get($user, 'auth_type', 0);
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment