|
@@ -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'], // 企业联系电话
|
|
|
+ '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'], // 企业邮箱
|
|
|
+ 'email' => $user['email'], // 企业邮箱
|
|
|
];
|
|
|
}else{
|
|
|
return Result::error("用户类型错误", 0);
|