|
|
@@ -102,7 +102,7 @@ Route::group('api',function (){
|
|
|
// 店铺或摊点
|
|
|
Route::group('stores',function (){
|
|
|
// 摩的订单
|
|
|
- Route::post('nearby', 'api/:ver.Stores/getNearbyCol'); // 我的服务单
|
|
|
+ Route::get('nearby', 'api/:ver.Stores/getNearbyCol'); // 我的服务单
|
|
|
Route::get('/:id', 'api/:ver.Stores/getStoreByID'); // 购买服务
|
|
|
|
|
|
});
|