소스 검색

修改获取公司信息

15313670163 1 주 전
부모
커밋
ea3e87abdd
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      app/JsonRpc/NewsService.php

+ 3 - 3
app/JsonRpc/NewsService.php

@@ -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);