request->get(); $where['status'] = 2; $ghsId = $get['ghsId'] ?? 0; $ghs = GhsClass::getById($ghsId, true); GhsClass::valid($ghs, $this->shopId); $where['ghsId'] = $ghsId; $list = ClearService::getClearList($where); util::success($list); } //获取基本信息 shish 20210625 public function actionGetFullInfo() { $id = Yii::$app->request->get('id'); $respond = ClearClass::getCgInfo($id); util::success($respond); } }