网站首页 / 讨论区 / 技术交流 / 插件扩展 / 插件交流

M2插件Mirasvit开心方法

楼主:yuanyuan

app/code/Mirasvit/Core/Model/License.php
文件下

   public function load($className = '')

    {
     
        return true;

    }

这行必须要为true;

   private function request()

    {

        $params        = [];
        $params['v']   = 3;
        $params['d']   = $this->getDomain();
        $params['ip']  = $this->getIP();
        $params['mv']  = $this->getVersion();
        $params['me']  = $this->getEdition();
        $params['l']   = $this->license;
        $params['k']   = $this->key;
        $params['uid'] = $this->getUID();
       // $result = $this->sendRequest('https://lc.mirasvit.com/lc/check/', $params);  //此行注释掉
        $result['time'] = time();
       $this->saveFlagData($this->license, $result);
        return $this;

    }


标签: Mirasvit mirasvit开心
上一篇:没有了
下一篇:firebear 导入导出新版本中添加必备组件

相关内容

综合服务邮箱: magento2#foxmail.com