Parcourir la source

商户后台-设置-运费模板-修改配送地址城市编码

sunxbiao il y a 11 mois
Parent
commit
3db4951b2d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      route/merchant.php

+ 1 - 0
route/merchant.php

@@ -352,6 +352,7 @@ Route::group(config('admin.api_merchant_prefix') . '/', function () {
352 352
 
353 353
         //地址信息
354 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 357
         Route::group('store/shipping', function () {
357 358
             Route::get('lst', '/lst')->name('merchantStoreShippingTemplateLst');