<?php
/**
 *   微信公众号自定义菜单
 * @file:WechatMenuController.php
 * @Date: 2023/7/5
 * @Time: 15:01
 */


namespace Modules\WechatPlatform\Http\Controllers;

use Catch\Base\CatchController;

class WechatMenuController extends CatchController
{

}