Commit 2cb46e93 authored by 734642908@qq.com's avatar 734642908@qq.com

测试方法

parent 554e26c4
......@@ -60,9 +60,9 @@ class WechatController extends BaseController
public function gettest()
{
$filepath = '/uploadfile/wechatToken.txt';
$filepath = './uploadfile/wechatToken.txt';
$token = file_get_contents($filepath);
var_dump(__DIR__);exit;
var_dump($token);exit;
}
public function getToekn() {
......
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