瀏覽代碼

Wesmiler 人人车 初始化项目 0816

APPLE 3 年之前
父節點
當前提交
4c1a9e7826
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/v1/taxiUser/User.php

+ 1 - 1
application/api/controller/v1/taxiUser/User.php

@@ -45,7 +45,7 @@ class User extends ApiController
         }
         }
 
 
         $user = $this->model->where(['id'=> $taxiUser['user_id']])
         $user = $this->model->where(['id'=> $taxiUser['user_id']])
-            ->field('id,parent_id,open_id,nickname,avatar_url,partnership,status')
+            ->field('id,parent_id,open_id,nickname,avatar_url,partnership,taxi_property,status')
             ->find();
             ->find();
 
 
         $type = isset($params['type'])? $params['type'] : 1;
         $type = isset($params['type'])? $params['type'] : 1;