in_action){ $action = $this->in_action; $this->$action(); } } public function executeImportProductImg() { echo '----executeImportProductImg----' . $this->store_id; $form = new PospalForm(['store_id' => $this->store_id, 'hostInfo' => $this->hostInfo]); $res = $form->importProductImg($this->pageNo, $this->okCount); echo '----executeImportProductImg--end--' . $this->store_id; echo json_encode($res); } }