feat: 添加代理商分页/导出/企业规模列表接口

This commit is contained in:
2025-03-13 18:01:36 +08:00
parent b9d4a7b27e
commit 3705434150
11 changed files with 350 additions and 12 deletions

View File

@@ -537,6 +537,18 @@ Route::group('v1', function () {
Route::get('export', 'BulkPurchaseInquiry/export');
});
// 反馈管理 - 代理商申请列表
Route::group('agent', function() {
// 代理商企业规模类型
Route::get('enterprise_size_types', 'Agent/enterpriseSizeTypes');
// 代理商申请列表分页
Route::get('index', 'Agent/index');
// 代理商申请列表导出
Route::get('export', 'Agent/export');
});
// 配置项列表
Route::group('config', function() {
// 配置分组