feat: 添加代理商分页/导出/企业规模列表接口
This commit is contained in:
@@ -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() {
|
||||
// 配置分组
|
||||
|
||||
Reference in New Issue
Block a user