Browse Source

Merge branch '20250306_jobrecuiting_fr'

15313670163 1 tuần trước cách đây
mục cha
commit
a58e5f39d3
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      app/JsonRpc/NewsService.php

+ 3 - 3
app/JsonRpc/NewsService.php

@@ -2600,12 +2600,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);