|
@@ -1377,12 +1377,12 @@ class NewsService implements NewsServiceInterface
|
|
|
'company_nature' => $user['company_nature'],
|
|
|
'company_size' => $user['company_size'],
|
|
|
'introduction' => $user['introduction'],
|
|
|
-
|
|
|
-
|
|
|
+ 'real_name' => $user['real_name'],
|
|
|
+ 'mobile' => $user['mobile'],
|
|
|
'company_url' => $user['company_url'],
|
|
|
'address_arr_id' => $user['address_arr_id'],
|
|
|
'address' => $user['address'],
|
|
|
-
|
|
|
+ 'email' => $user['email'],
|
|
|
];
|
|
|
}else{
|
|
|
return Result::error("用户类型错误", 0);
|