更新接口api
This commit is contained in:
parent
3155b5e108
commit
3a77adf1f5
@ -546,7 +546,6 @@ Route::group('api/', function () {
|
|||||||
Route::get('/local', 'Merchant/localLst');
|
Route::get('/local', 'Merchant/localLst');
|
||||||
//编辑商户信息
|
//编辑商户信息
|
||||||
Route::post('update', 'Merchant/update');
|
Route::post('update', 'Merchant/update');
|
||||||
// 商户信息
|
|
||||||
Route::get('info', 'Merchant/info');
|
Route::get('info', 'Merchant/info');
|
||||||
Route::get('margin', 'Merchant/marginInfo');
|
Route::get('margin', 'Merchant/marginInfo');
|
||||||
})->prefix('api.store.merchant.');
|
})->prefix('api.store.merchant.');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user