我在application/Weather/Common/function.php 中添加了一个getWarnType方法
在application/Weather/Controller/IndexController.class.php 中调用它
一直报错:报Think\Controller:getWarnType方法不存在
然后我把getWarnType 方法移到 application/Common/Common/function.php 下面还是不行还是:报Think\Controller:getWarnType方法不存在
请问一下是什么原因!