This commit is contained in:
chan 2023-12-12 16:23:28 +08:00
parent 12d1fc155a
commit 889c06ca96
1 changed files with 1 additions and 5 deletions

View File

@ -1,16 +1,12 @@
<?php
namespace app\api\controller;
use app\api\logic\IndexLogic;
use app\common\model\LandCollection;
use Exception;
use Monolog\Handler\WhatFailureGroupHandler;
use think\response\Json;
class DataCollectController extends BaseApiController
{
public $notNeedLogin = ['collect'];
public array $notNeedLogin = ['collect'];
// 种植数据采集
public function collect()
{