更新接口api

This commit is contained in:
yaooo 2023-09-23 14:26:46 +08:00
parent 3155b5e108
commit 3a77adf1f5

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('margin', 'Merchant/marginInfo');
})->prefix('api.store.merchant.');