Commit 58f8e30a authored by 734642908@qq.com's avatar 734642908@qq.com

yyyy

parent 49067104
...@@ -60,8 +60,8 @@ class WechatController extends BaseController ...@@ -60,8 +60,8 @@ class WechatController extends BaseController
public function gettest() public function gettest()
{ {
$filepath = '/opt/vhosts/ylc.llewan.com/uploadfile/wechatToken.txt'; $filepath = 'http://ylc.test.llewan.com/uploadfile/wechatToken.txt';
$token = file_get_contents(__DIR__.'../../uploadfile/wechatToken.txt'); $token = file_put_contents($filepath,time());
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