GITLAB

OTHER_COMPANY_PROJECTS / ota

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ota
  • app-ht
  • modules
  • datas
  • Module.php
  • dbf4fbf4   app-ht(v1.8.6 build 12) ... Browse Code »
    1.数据统计OTA升级统计功能实现
    1.数据统计APP升级统计功能实现
    曹明
    2019-10-30 11:12:44 +0800  
Module.php 247 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php namespace app\ht\modules\datas;

/**
 * @author CM
 */
class Module extends \app\ht\modules\BaseModule
{
    public function init()
    {
        parent::init();

        $this->params['perm'] = require(__DIR__ . '/config/perm.php');
    }
}