|
|
@ -61,7 +61,7 @@ Router::addGroup('/v1/',function (){ |
|
|
//加入购物车
|
|
|
//加入购物车
|
|
|
Router::post('ShopCar/addShopCar', 'App\Controller\ShopCarController@addShopCar'); |
|
|
Router::post('ShopCar/addShopCar', 'App\Controller\ShopCarController@addShopCar'); |
|
|
Router::post('ShopCar/updateShopCar', 'App\Controller\ShopCarController@updateShopCar'); |
|
|
Router::post('ShopCar/updateShopCar', 'App\Controller\ShopCarController@updateShopCar'); |
|
|
Router::post('PurchaseLimit/test', 'App\Controller\PurchaseLimitController@test'); |
|
|
|
|
|
|
|
|
|
|
|
Router::post('PurchaseLimit/delSsdbPurchaseRecord', 'App\Controller\PurchaseLimitController@delSsdbPurchaseRecord'); |
|
|
Router::post('PurchaseLimit/delSsdbPurchaseRecord', 'App\Controller\PurchaseLimitController@delSsdbPurchaseRecord'); |
|
|
Router::post('PurchaseLimit/getStoreIdByMarketId', 'App\Controller\PurchaseLimitController@getStoreIdByMarketId'); |
|
|
Router::post('PurchaseLimit/getStoreIdByMarketId', 'App\Controller\PurchaseLimitController@getStoreIdByMarketId'); |
|
|
|
|
|
|
|
|
|