shopAdmin, $this->shop); if ($lookMoney == 0) { //util::fail('无法查看'); } $mainId = $this->mainId; $respond = StatCgClass::statCg($mainId); $list = $respond['itemList'] ?? []; $staffCg = $respond['staffCg'] ?? []; util::success(['list' => $list, 'staffCg' => $staffCg]); } }