|
@@ -30,6 +30,9 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
|
|
|
$route->any('saleOrderList', 'Api\WxController@saleOrderList');
|
|
|
$route->any('checkAll', 'Api\CheckController@checkAll');
|
|
|
|
|
|
+ //可见范围
|
|
|
+ $route->any('seeRange', 'Api\RangeController@seeRange');
|
|
|
+
|
|
|
//需要账号登录的
|
|
|
//采购单
|
|
|
$route->any('purchaseOrderList', 'Api\WxController@purchaseOrderList');
|