|
@@ -54,7 +54,6 @@ Route::group('api/', function () {
|
|
|
Route::post('scan_login/:key', 'api.store.service.Service/scanLogin');
|
|
|
Route::get('user/:merId/:uid', 'api.store.service.Service/user');
|
|
|
Route::post('mark/:merId/:uid', 'api.store.service.Service/mark');
|
|
|
- Route::get('order_time', '/overTime');
|
|
|
});
|
|
|
|
|
|
//订单
|
|
@@ -380,8 +379,6 @@ Route::group('api/', function () {
|
|
|
Route::post('upload/image/:field', 'api.Common/uploadImage');
|
|
|
//获取商户基本信息
|
|
|
Route::get('service/info/:id', 'api.store.service.Service/merchantInfo');
|
|
|
- //订单到期自动改成超时状态
|
|
|
- Route::get('service/overtime', 'api.store.service.Service/orderOverTime');
|
|
|
//公共配置
|
|
|
Route::get('config', 'api.Common/config');
|
|
|
|