更新接口api

This commit is contained in:
yaooo 2023-09-23 14:29:07 +08:00
parent 8126d95391
commit 9574afe521

View File

@ -547,7 +547,7 @@ Route::group('api/', function () {
//编辑商户信息
Route::post('update', 'Merchant/update');
Route::get('info', 'Merchant/info');
Route::get('info', 'Merchant/info');
Route::get('margin', 'Merchant/marginInfo');
})->prefix('api.store.merchant.');
Route::post('store/certificate/:merId', 'api.Auth/getMerCertificate');