摘要:
<?php namespace app\service; use fast\Random; use think\Exception; use think\Log; class SmsService extends BaseService { public $key = '';//您申请的接口调用Ke 阅读全文
摘要:
<?php namespace App\Services; use Illuminate\Http\Request; class LocationService { public function __construct() { $this->key = '********'; } public f 阅读全文
摘要:
Excel导入类: <?php namespace App\Utils; use Illuminate\Http\UploadedFile; use Illuminate\Support\Facades\Storage; use Maatwebsite\Excel\Facades\Excel; cl 阅读全文
摘要:
1.因为Phpexecel已经停止维护,所以要使用心得phpoffice; 2.注意引入 use PhpOffice\PhpSpreadsheet\Helper\Sample; use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpre 阅读全文