WIN-2308041133\Administrator 1 tháng trước cách đây
mục cha
commit
e542f0a484
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/controller/api/Wechat.php

+ 1 - 0
app/controller/api/Wechat.php

@@ -21,6 +21,7 @@ class Wechat extends BaseController
 {
     public function jsConfig()
     {
+        @file_put_contents('quanju3.txt',"-微信测试\r\n",8);
         $data = WechatService::create()->jsSdk($this->request->param('url')?:$this->request->host());
         $data['openTagList'] = ['wx-open-launch-weapp'];
         return app('json')->success($data);