示例路径: /api/meituan/orders, /api/meituan/dishes, /api/meituan/stores, /api/mtkdb/reviews
本系统使用中间件代理来提供统一的权限管理:
localhost:3001localhost:4000当访问代理服务,代理服务会将请求转发到真实服务:
http://localhost:4000/api/cashier/meituan/ordershttp://localhost:3001/api/meituan/orders说明:
/api/cashier 是代理路径前缀,表示请求应转发到收银系统/meituan/orders 会被添加到收银系统的基本路径 /api 后面/api/meituan/orders注意: 本测试工具会根据您选择的访问模式自动处理URL格式,确保路径前缀正确。
// 响应将显示在这里
// 请求详情将显示在这里
// 代理访问响应将显示在这里
// 直接访问响应将显示在这里