Commit 91e6fe45 authored by 734642908@qq.com's avatar 734642908@qq.com

测试写入

parent 8c77fcbb
......@@ -58,6 +58,13 @@ class WechatController extends BaseController
}
}
public function gettest()
{
$filepath = 'uploadfile/wechatToken.txt';
$token = file_get_contents($filepath);
var_dump($token);exit;
}
public function getToekn() {
$filepath = 'uploadfile/wechatToken.txt';
......
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