feat: 添加产品询盘分页接口
This commit is contained in:
@@ -532,7 +532,7 @@ Route::group('v1', function () {
|
||||
Route::group('bp/inquiry', function() {
|
||||
// 批量采购询盘可选品类
|
||||
Route::get('interested', 'BulkPurchaseInquiry/interested');
|
||||
|
||||
|
||||
// 批量采购底盘列表分页
|
||||
Route::get('index', 'BulkPurchaseInquiry/index');
|
||||
|
||||
@@ -552,6 +552,9 @@ Route::group('v1', function () {
|
||||
Route::get('export', 'Agent/export');
|
||||
});
|
||||
|
||||
// 反馈管理 - 产品询盘列表
|
||||
Route::get('product/inquiry/index', 'ProductInquiry/index');
|
||||
|
||||
// 配置项列表
|
||||
Route::group('config', function() {
|
||||
// 配置分组
|
||||
|
||||
Reference in New Issue
Block a user