stanley-king 8 роки тому
батько
коміт
c2cc782f0d
2 змінених файлів з 1 додано та 2 видалено
  1. 1 0
      helper/third_author/wxauthor.php
  2. 0 2
      mobile/wxauthor.php

+ 1 - 0
helper/third_author/wxauthor.php

@@ -9,6 +9,7 @@
 namespace thrid_author;
 
 require_once(BASE_ROOT_PATH . '/helper/util_helper.php');
+require_once(BASE_ROOT_PATH . '/core/framework/function/http.php');
 
 use util;
 use Log;

+ 0 - 2
mobile/wxauthor.php

@@ -12,8 +12,6 @@ require_once (BASE_ROOT_PATH . '/helper/session.php');
 ini_set('date.timezone','Asia/Shanghai');
 error_reporting(E_ERROR);
 
-echo "hell world.";
-
 $code = $_GET['code'];
 if(empty($code)) {
     Log::record("没有同意授权");