wang jun 2 년 전
부모
커밋
d38ec28713
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      application/common/server/phpexcel.php

+ 11 - 0
application/common/server/phpexcel.php

@@ -0,0 +1,11 @@
+<?php
+//腾讯云链接用
+namespace app\common\server;
+
+class phpexcel
+{
+    public function __construct()
+    {
+        require EXTEND_PATH . '/tencent-php/vendor/autoload.php';
+    }
+}