request->isOptions()) { return $this->buildSuccess(); } else { return $this->buildFailed(ReturnCode::INVALID, '接口地址异常'); } } }