invoke($invoke['class'], $invoke['method'], $params); if($check && $check['status'] === false){ return $check; } $ret[] = $check; //return $check; } return [ 'status' => true, 'checks' => $ret ]; } /** * 验证调用结果 * @param mixed $return * @return boolean */ protected function validateGoodsTemplate($return = null): bool { return true; } }