Browse Source

xiyue test

zz 5 năm trước cách đây
mục cha
commit
f55ffad285
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/Http/Controllers/Wap/Other/XiyueController.php

+ 2 - 1
app/Http/Controllers/Wap/Other/XiyueController.php

@@ -34,7 +34,8 @@ class XiyueController extends Controller
         YearOrderService::save_year_order([
             'uid'=>$user->id,
             'fee'=>0,
-            'send_order_id'=>0
+            'send_order_id'=>0,
+            'distribution_channel_id'=>6985
         ]);
         UserWealthyOperateRecordService::create($user->id,365,6985,'yearRecharge');
         return response()->success();