<?php /** * * @file:CommonController.php * @Date: 2023/7/6 * @Time: 18:05 */ namespace Modules\WechatPlatform\Http\Controllers; use Catch\Base\CatchController; class CommonController extends CatchController { public function getPageUrl() { } }