Files
cunkebao_v3/Server/application/cunkebao/controller/Plan.php

21 lines
253 B
PHP

<?php
namespace app\cunkebao\controller;
use think\Controller;
/**
* 获客场景控制器
*/
class Plan extends Controller
{
/**
* 计划任务
*
* @return \think\response\Json
*/
public function index()
{
}
}