|
@@ -352,6 +352,7 @@ Route::group(config('admin.api_merchant_prefix') . '/', function () {
|
|
352
|
|
352
|
|
|
353
|
//地址信息
|
353
|
//地址信息
|
|
354
|
Route::get('system/city/lst', 'merchant.store.shipping.City/lst');
|
354
|
Route::get('system/city/lst', 'merchant.store.shipping.City/lst');
|
|
|
|
355
|
+ Route::get('system/city/new_lst', 'merchant.store.shipping.City/newgetlist');
|
|
355
|
//运费模板
|
356
|
//运费模板
|
|
356
|
Route::group('store/shipping', function () {
|
357
|
Route::group('store/shipping', function () {
|
|
357
|
Route::get('lst', '/lst')->name('merchantStoreShippingTemplateLst');
|
358
|
Route::get('lst', '/lst')->name('merchantStoreShippingTemplateLst');
|