diff --git a/route/merchant/system.php b/route/merchant/system.php index f36852d5..40525104 100644 --- a/route/merchant/system.php +++ b/route/merchant/system.php @@ -86,13 +86,13 @@ Route::group(function () { Route::get('product_cart', '/productCart')->name('merchantStatisticsProductCart')->option([ '_alias' => '商品加购排行', ]); - Route::get('get_merchant_count', '/getMerchantCount')->name('merchantStatisticsMerchantCount')->option([ + Route::get('get_merchant_count', '/getMerchantCount')->option([ '_alias' => '首页未处理业务统计', ]); - Route::get('get_merchant_todo', '/getMerchantTodo')->name('merchantStatisticsMerchantTodo')->option([ + Route::get('get_merchant_todo', '/getMerchantTodo')->option([ '_alias' => '待办事项', ]); - Route::get('get_product_sales_price_top', '/getProductSalesPriceTop')->name('merchantStatisticsProductSalesPriceTop')->option([ + Route::get('get_product_sales_price_top', '/getProductSalesPriceTop')->option([ '_alias' => '获取商户代办统计', ]); })->prefix('merchant.Common')->option([