diff --git a/route/api.php b/route/api.php index 28e019cf..4516b79b 100644 --- a/route/api.php +++ b/route/api.php @@ -546,7 +546,7 @@ Route::group('api/', function () { Route::post('update', 'Merchant/update'); // 商户信息 Route::get('info', 'Merchant/info'); - Route::get('margin', 'Merchant/marginInfo'); + Route::get('info', 'Merchant/info'); })->prefix('api.store.merchant.'); Route::post('store/certificate/:merId', 'api.Auth/getMerCertificate');