|
|
|
@ -19,7 +19,7 @@ Route::group([ |
|
|
|
$router->any('/mp_data', 'LanzuMpInfoController@showData'); |
|
|
|
$router->resource('/mm', 'LanzuMmInfoController'); |
|
|
|
$router->resource('/market', 'ImsCjdcMarketController'); |
|
|
|
$router->resource('/store', 'ImsCjdcStoreController'); |
|
|
|
$router->resource('/stores', 'ImsCjdcStoreController'); |
|
|
|
$router->resource('/mp_withdraw', 'LanzuMpWithdrawController'); |
|
|
|
$router->resource('/mm_withdraw', 'LanzuMmWithdrawController'); |
|
|
|
$router->resource('/cs', 'LanzuCsInfoController'); |
|
|
|
|