From 7e05f09339dad465a2de9fd829d6c5ef09247012 Mon Sep 17 00:00:00 2001 From: oldHome Date: Fri, 27 Jun 2025 20:34:16 +0800 Subject: [PATCH] test --- FlyCube/MpApi/Controller/PlaneController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {