2
0
Tree преди 1 ден
родител
ревизия
5d56d0b8b8

+ 1 - 13
app/Console/Commands/ExemptReview.php

@@ -132,19 +132,7 @@ class ExemptReview extends Command
 //            $config = DB::table(TableName::agent().'withdrawal_position_config')->where('status', 1)->first();
             if (true) {
 
-                if($value->PixType == 2){
-                    rand(1,100)>70?$agent = 99:$agent = 105;
-//                    $agent=99;
-                }else{
-                    if(($value->WithDraw/NumConfig::NUM_VALUE)<55){
-                        $agent = 99;
-                    }else{
-//                        rand(1,100)>30?$agent = 99:$agent = 101;
-                        $agent = 105;
-                    }
-                }
-
-//                $agent = 99;
+                $agent = 106;
 
                 $redis = Redis::connection();
                 $order_sn = $value->OrderId;

+ 4 - 4
app/Http/Controllers/Game/ActivityController.php

@@ -712,7 +712,7 @@ class ActivityController extends Controller
                 'title' => __('messages.web.vip_task.stage3_title'), // 阶段任务3(循环任务)
 
                 // 根据循环次数判断奖励:第一次(loop_count=0或不存在)奖励20,之后每次10
-                'reward' => (($taskData['stage3_loop_count'] ?? 0) == 0) ? 20 : 10,
+                'reward' => (($taskData['stage3_loop_count'] ?? 0) == 0) ? 100 : 50,
                 'unlocked' => $taskData['stage2_completed'],
                 'completed' => ($taskData['stage3_task1'] ?? false) && ($taskData['stage3_task2'] ?? false),
                 'reward_status' => $stage3_reward_status,
@@ -794,7 +794,7 @@ class ActivityController extends Controller
 
 //                    return apiReturnFail('奖励已领取');
                 }
-                $rewardAmount = 10;
+                $rewardAmount = 50;
                 $this->updateTaskProgress($userId, 'stage1_withdrawn', 1);
             }
             // 阶段2
@@ -811,7 +811,7 @@ class ActivityController extends Controller
 
 //                    return apiReturnFail('奖励已领取');
                 }
-                $rewardAmount = 10;
+                $rewardAmount = 50;
                 $this->updateTaskProgress($userId, 'stage2_withdrawn', 1);
             }
             // 阶段3
@@ -831,7 +831,7 @@ class ActivityController extends Controller
                 
                 // 根据循环次数判断奖励:第一次(loop_count=0或不存在)奖励20,之后每次10
                 $currentLoopCount = $taskData['stage3_loop_count'] ?? 0;
-                $rewardAmount = ($currentLoopCount == 0) ? 20 : 10;
+                $rewardAmount = ($currentLoopCount == 0) ? 100 : 50;
                 
                 // 领取后刷新任务:充值目标+100,下注目标+1000
                 $newRechargeTarget = $rechargeTarget + 100;

+ 5 - 5
app/Http/Controllers/Game/PPSimController.php

@@ -101,11 +101,11 @@ class PPSimController extends Controller
         $cdn_url='https://'.$configurl['source'];
         $web_url=env('APP_URL');
 
-        if($userid==80000140){
-            $host='test.pgn-nmu2nd.com';
-            $api_url='https://test.pgn-nmu2nd.com';
-            $cdn_url='https://test.pgn-nmu2nd.com';
-        }
+//        if($userid==80000140){
+//            $host='test.pgn-nmu2nd.com';
+//            $api_url='https://test.pgn-nmu2nd.com';
+//            $cdn_url='https://test.pgn-nmu2nd.com';
+//        }
         $hide_logo=PPGameIDs::$ids[$gamecode]['hide_logo']||false;
         return view('game.ppsim.html5', compact('host', 'token','gamecode','short2','lang','gameName','api_url','cdn_url','hide_logo','web_url'));
 

+ 3 - 3
app/Http/Controllers/Game/PgSimController.php

@@ -69,9 +69,9 @@ class PgSimController extends Controller
         $or = $this->convertString($configurl['source']);
 
         $api = $configurl['api'];
-        if($userid==80000140){
-            $api="api.pgn-nmu2nd.com";
-        }
+//        if($userid==80000140){
+//            $api="api.pgn-nmu2nd.com";
+//        }
 //        $api = $this->convertString($this->GetApiSite());
 //        $api = $this->convertString('api.pgn-nmu2nd.com');