소스 검색

add recharge stat1

laowu 1 개월 전
부모
커밋
ca12f2bfcb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Services/OrderServices.php

+ 1 - 0
app/Services/OrderServices.php

@@ -383,6 +383,7 @@ class  OrderServices
                 302 => 'bankrupt_gift_chips',
                 304 => 'daily_gift_chips',
                 305 => 'vip_inactive_gift_chips',
+                306 => 'free_bonus_gift_chips',
                 402 => 'christmas_gift_chips',
             ];
             $type = $typeMap[$GiftsID] ?? 'unknown';