request->get(); $shopId = $get['shopId'] ?? 0; $tx = $get['tx'] ?? dict::getDict('yeTx', 'canNot'); $where = []; $where['shopId'] = $shopId; $where['tx'] = $tx; $list = ShopYeChangeClass::getChangeList($where); util::success($list); } }