Commit e75396fa by 朱继来

自营订单(temp)

parent e58b0cf4
Showing with 4 additions and 0 deletions
......@@ -59,6 +59,8 @@ Route::group(['middleware' => 'web'], function () {
Route::get('/count', 'OrderCountController@count');
Route::get('/amount', 'OrderCountController@amount');
Route::get('/self_order', 'OrderCountController@selfOrder');
});
// 不需要登陆态
......
......@@ -6,6 +6,8 @@
'ERP订单' => ['erp_order_check'],
'自营订单' => ['self_order_check'],
'订单统计' => ['ordercount_check'],
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment