chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
* @Author: YwxApp <ywx@ywxapp.cn>
|
||||
* @Date: 2026-07-31 23:28:38
|
||||
* @LastEditors: YwxApp <ywx@ywxapp.cn>
|
||||
* @LastEditTime: 2026-07-31 23:43:42
|
||||
* @Description:
|
||||
* @FilePath: \ywxapp_dev\addon\Mqpay\route\app.php
|
||||
* @CustomString: Copyright (c) 2026 YwxApp
|
||||
*/
|
||||
|
||||
use think\facade\Route;
|
||||
|
||||
Route::group('backend', function () {
|
||||
Route::get('order/index', 'Order/index');
|
||||
Route::get('order/list', 'Order/list');
|
||||
})->prefix('backend/');
|
||||
|
||||
Route::group('member', function () {
|
||||
|
||||
})->prefix('member/');
|
||||
|
||||
Route::group('api', function () {
|
||||
|
||||
})->prefix('api/');
|
||||
Reference in New Issue
Block a user