bobing_909_6

This commit is contained in:
dengbw
2021-09-09 17:56:48 +08:00
parent 10d4b08930
commit 7536b94f95
+1 -1
View File
@@ -107,7 +107,7 @@ class Bobing extends HD_Controller
echo '博饼已结束';
return;
}
$uid = 5;
$uid = 1;
$credits = array(1 => 30, 2 => 50, 3 => 60, 4 => 70, 5 => 80, 6 => 90, 7 => 100, 8 => 120);
$credit = $credits[rand(1, 8)];
$where = array('uid' => $uid, 'app_id' => $this->appConfig['app_id'], 'act_key' => $this->appConfig['act_key']);