(1)微信只有一个入口方法
(2)何时调用definedItem 方法,视频中没有体现?
在入口方法中调用即可
function index(){
...
$this->definedItem();
}