Browse Source

xiyue test

zz 5 years ago
parent
commit
f55ffad285
1 changed files with 2 additions and 1 deletions
  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([
         YearOrderService::save_year_order([
             'uid'=>$user->id,
             'uid'=>$user->id,
             'fee'=>0,
             'fee'=>0,
-            'send_order_id'=>0
+            'send_order_id'=>0,
+            'distribution_channel_id'=>6985
         ]);
         ]);
         UserWealthyOperateRecordService::create($user->id,365,6985,'yearRecharge');
         UserWealthyOperateRecordService::create($user->id,365,6985,'yearRecharge');
         return response()->success();
         return response()->success();