diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index 13b67fe..9f4e332 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -318,7 +318,7 @@ class PlaneController extends PublicController $where['shop_id'] = $this->tokenShop_id; } $siteDb = D('receive_site'); - $field = array('id', 'shop_id', 'sitename', 'qr', 'bind_route', 'runing', 'describe'); + $field = array('id', 'shop_id', 'sitename', 'qr', 'photo', 'bind_route', 'runing', 'describe'); if ($siteList = $siteDb->where($where)->field($field)->select()) { echo json_encode(array('status' => 1, 'msg' => '访问成功', "siteList" => $siteList)); } else {