Commit 74258d7d authored by 734642908@qq.com's avatar 734642908@qq.com

ttt

parent 73b142c9
...@@ -61,7 +61,7 @@ class WechatController extends BaseController ...@@ -61,7 +61,7 @@ class WechatController extends BaseController
public function gettest() public function gettest()
{ {
$filepath = '/opt/vhosts/ylc.llewan.com/uploadfile/wechatToken.txt'; $filepath = '/opt/vhosts/ylc.llewan.com/uploadfile/wechatToken.txt';
$token = file_get_contents($filepath); $token = file_get_contents(__DIR__.'/WechatController.class.php');
var_dump($token);exit; var_dump($token);exit;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment