<?php namespace app\api\controller; use app\api\controller\WeChart; use think\Db; class Qc{ function index() { var_dump(get_delivery()); } }