|
@@ -1,38 +1,39 @@
|
|
|
-<?php
|
|
|
- Route::group('/',array(
|
|
|
- 'Login' => 'index/login/Login',
|
|
|
- 'LoginOut' => 'index/login/LoginOut',
|
|
|
- 'UserAdd' => 'index/user/UserAdd',
|
|
|
- 'UserList' => 'index/user/UserList',
|
|
|
- 'UserDel' => 'index/user/UserDel',
|
|
|
- 'EditPwd' => 'index/user/EditPwd',
|
|
|
-
|
|
|
- 'AddCabinet' => 'index/cabinet/AddCabinet',
|
|
|
- 'DelCabinet' => 'index/cabinet/DelCabinet',
|
|
|
- 'AddBox' => 'index/cabinet/AddBox',
|
|
|
-
|
|
|
- 'OpenBox' => 'index/cabinet/OpenBox',
|
|
|
- 'LockCabinet' => 'index/cabinet/LockCabinet',
|
|
|
- 'UnLockCabinet' => 'index/cabinet/UnLockCabinet',
|
|
|
- 'ReleaseAlarm' => 'index/cabinet/ReleaseAlarm',
|
|
|
- 'Reboot' => 'index/cabinet/Reboot',
|
|
|
- 'QueryState' => 'index/cabinet/QueryState',
|
|
|
-
|
|
|
- 'CheckOrder' => 'index/order/CheckOrder',
|
|
|
- 'RecordStore' => 'index/order/RecordStore',
|
|
|
- 'CheckFcode' => 'index/order/CheckFcode',
|
|
|
- 'RecordFetch' => 'index/order/RecordFetch',
|
|
|
-
|
|
|
-
|
|
|
- 'CabinetList' => 'index/cabinet/CabinetList',
|
|
|
- 'BoxList' => 'index/cabinet/BoxList',
|
|
|
- 'MsgList' => 'index/cabinet/MsgList',
|
|
|
- 'BoxActionList' => 'index/cabinet/BoxActionList',
|
|
|
- 'ActionLogList' => 'index/cabinet/ActionLogList',
|
|
|
- 'OrderList' => 'index/order/OrderList',
|
|
|
- 'SendMsg' => 'index/order/SendMsg',
|
|
|
-
|
|
|
- 'GetCabinetsBoxs' => 'index/cabinet/GetCabinetsBoxs',
|
|
|
- 'BoxChangeStatus' => 'index/cabinet/BoxChangeStatus',
|
|
|
-
|
|
|
+<?php
|
|
|
+ Route::group('/',array(
|
|
|
+ 'Login' => 'index/login/Login',
|
|
|
+ 'LoginOut' => 'index/login/LoginOut',
|
|
|
+ 'UserAdd' => 'index/user/UserAdd',
|
|
|
+ 'UserList' => 'index/user/UserList',
|
|
|
+ 'UserDel' => 'index/user/UserDel',
|
|
|
+ 'EditPwd' => 'index/user/EditPwd',
|
|
|
+
|
|
|
+ 'AddCabinet' => 'index/cabinet/AddCabinet',
|
|
|
+ 'DelCabinet' => 'index/cabinet/DelCabinet',
|
|
|
+ 'AddBox' => 'index/cabinet/AddBox',
|
|
|
+
|
|
|
+ 'OpenBox' => 'index/cabinet/OpenBox',
|
|
|
+ 'LockCabinet' => 'index/cabinet/LockCabinet',
|
|
|
+ 'UnLockCabinet' => 'index/cabinet/UnLockCabinet',
|
|
|
+ 'ReleaseAlarm' => 'index/cabinet/ReleaseAlarm',
|
|
|
+ 'Reboot' => 'index/cabinet/Reboot',
|
|
|
+ 'QueryState' => 'index/cabinet/QueryState',
|
|
|
+
|
|
|
+ 'CheckOrder' => 'index/order/CheckOrder',
|
|
|
+ 'RecordStore' => 'index/order/RecordStore',
|
|
|
+ 'CheckFcode' => 'index/order/CheckFcode',
|
|
|
+ 'RecordFetch' => 'index/order/RecordFetch',
|
|
|
+
|
|
|
+
|
|
|
+ 'CabinetList' => 'index/cabinet/CabinetList',
|
|
|
+ 'BoxList' => 'index/cabinet/BoxList',
|
|
|
+ 'MsgList' => 'index/cabinet/MsgList',
|
|
|
+ 'BoxActionList' => 'index/cabinet/BoxActionList',
|
|
|
+ 'ActionLogList' => 'index/cabinet/ActionLogList',
|
|
|
+ 'OrderList' => 'index/order/OrderList',
|
|
|
+ 'SendMsg' => 'index/order/SendMsg',
|
|
|
+ 'ManualSave' => 'index/order/ManualSave',
|
|
|
+
|
|
|
+ 'GetCabinetsBoxs' => 'index/cabinet/GetCabinetsBoxs',
|
|
|
+ 'BoxChangeStatus' => 'index/cabinet/BoxChangeStatus',
|
|
|
+
|
|
|
));
|