feat: 添加批量采购询盘可选品类列表接口
This commit is contained in:
@@ -530,6 +530,9 @@ Route::group('v1', function () {
|
||||
|
||||
// 反馈管理 - 批量采购底盘列表
|
||||
Route::group('bp/inquiry', function() {
|
||||
// 批量采购询盘可选品类
|
||||
Route::get('interested', 'BulkPurchaseInquiry/interested');
|
||||
|
||||
// 批量采购底盘列表分页
|
||||
Route::get('index', 'BulkPurchaseInquiry/index');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user