<?php $aws_plugin = array( 'title' => 'WeCenter SPAM', // 插件标题 'version' => 20150708, // 插件版本 'description' => 'WeCenter SPAM', // 插件描述 'requirements' => '20140221', // 最低 Build 要求 'contents' => array( // 对控制器构造部署代码 (setup) 'setups' => array( array( 'app' => 'publish', 'controller' => 'ajax', 'include' => 'publish.php', // 引入代码文件位置 ), ), ), );这个后面的代码是指 对publish模块下的ajax发起请求的时候 先执行publish.php里的代码么?