xun 7 年之前
父节点
当前提交
a7f3abad3a
共有 1 个文件被更改,包括 0 次插入25 次删除
  1. 0 25
      extend/common/Gather.php

+ 0 - 25
extend/common/Gather.php

@@ -1,25 +0,0 @@
-<?php
-/**
- * Created by PhpStorm.
- * User: chengxun
- * Date: 2017/11/10
- * Time: 15:21
- */
-
-namespace common;
-
-
-use submit\Submit;
-use think\Request;
-
-class Gather
-{
-    public static function add(){
-        $data = [
-            'domain'    =>  Request::instance()->domain(),
-            'host'      =>  Request::instance()->host(),
-            'ip'        =>  Request::instance()->ip(),
-        ];
-        Submit::curl('http://gather.tossboy.cn/',$data,1);
-    }
-}