Merge branch 'feat_agree' into dev

This commit is contained in:
yaooo 2023-09-23 14:27:06 +08:00
commit 8126d95391

View File

@ -546,7 +546,6 @@ Route::group('api/', function () {
Route::get('/local', 'Merchant/localLst');
//编辑商户信息
Route::post('update', 'Merchant/update');
// 商户信息
Route::get('info', 'Merchant/info');
Route::get('info', 'Merchant/info');
})->prefix('api.store.merchant.');