Browse Source

会员升级

Kirin 1 year ago
parent
commit
33227c8f33
1 changed files with 1 additions and 0 deletions
  1. 1 0
      route/admin.php

+ 1 - 0
route/admin.php

@@ -572,6 +572,7 @@ Route::group('adminapi', function () {
         Route::get('storeMerchant', 'v1.other.export.ExportExcel/storeMerchant')->option(['real_name' => '提货点导出']);
         //导出会员卡
         Route::get('memberCard/:id', 'v1.other.export.ExportExcel/memberCard')->option(['real_name' => '会员卡导出']);
+        Route::get('extract', 'v1.other.export.ExportExcel/extract')->option(['real_name' => '提现导出']);
         //导出批量发货记录
         Route::get('batchOrderDelivery/:id/:queueType/:cacheType', 'v1.other.export.ExportExcel/batchOrderDelivery')->option(['real_name' => '批量发货记录导出']);
         //物流公司对照表导出