xun 7 years ago
parent
commit
a7f3abad3a
1 changed files with 0 additions and 25 deletions
  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);
-    }
-}