Browse Source

增加旅游的

lizhen_gitee 2 days ago
parent
commit
1cdedc7d34

+ 1 - 0
application/common/business/PaymentBusiness.php

@@ -30,6 +30,7 @@ class PaymentBusiness extends BusinessResult
         'hotel_canteen_order'    => 'hotel_canteen',
         'university_event_apply' => 'university_event',
         'offline_shop_order'     => 'offline_shop',
+        'travel_order'           => 'travel'
     ];
 
     protected int    $userId    = 0;

+ 2 - 0
application/common/business/ShopWalletBusiness.php

@@ -29,6 +29,7 @@ class ShopWalletBusiness extends BusinessResult
         'hotel_canteen_order'    => 'hotel_canteen_wallet',
         'university_event_apply' => 'university_event_wallet',
         'offline_shop_order'     => 'offline_shop_wallet',
+        'travel_order'           => 'travel_wallet',
     ];
 
     /**
@@ -39,6 +40,7 @@ class ShopWalletBusiness extends BusinessResult
         'hotel_canteen_wallet'    => 'hotel_canteen_money_log',
         'university_event_wallet' => 'university_event_money_log',
         'offline_shop_wallet'     => 'offline_shop_money_log',
+        'travel_wallet'           => 'travel_money_log',
     ];
 
     // 操作钱包余额类型