|
@@ -59,10 +59,11 @@ class PcIssueService extends BaseService
|
|
|
// 组合
|
|
// 组合
|
|
|
$sum = array_sum($winArr);
|
|
$sum = array_sum($winArr);
|
|
|
$combo = [];
|
|
$combo = [];
|
|
|
- $sumOddEven = IssueService::calculateOddEven($sum); // 总和单双
|
|
|
|
|
- $combo[] = $sumOddEven;
|
|
|
|
|
$sumSize = IssueService::calculateSumSize($sum); // 总和大小
|
|
$sumSize = IssueService::calculateSumSize($sum); // 总和大小
|
|
|
$combo[] = $sumSize;
|
|
$combo[] = $sumSize;
|
|
|
|
|
+
|
|
|
|
|
+ $sumOddEven = IssueService::calculateOddEven($sum); // 总和单双
|
|
|
|
|
+ $combo[] = $sumOddEven;
|
|
|
$sumExtremeSize = IssueService::calculateSumExtremeSize($sum); // 总和极值
|
|
$sumExtremeSize = IssueService::calculateSumExtremeSize($sum); // 总和极值
|
|
|
if ($sumExtremeSize) {
|
|
if ($sumExtremeSize) {
|
|
|
$combo[] = $sumExtremeSize;
|
|
$combo[] = $sumExtremeSize;
|
|
@@ -256,7 +257,6 @@ class PcIssueService extends BaseService
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '玩法规则']);
|
|
$replyInfo = KeyboardService::findOne(['button' => '玩法规则']);
|
|
|
if ($replyInfo) {
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
$text = $replyInfo->reply;
|
|
|
- $text .="\nPC28PPPPPPPPPPP";
|
|
|
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|
|
$image = $replyInfo->image;
|
|
|
if ($image) {
|
|
if ($image) {
|
|
@@ -271,7 +271,6 @@ class PcIssueService extends BaseService
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '开始下注']);
|
|
$replyInfo = KeyboardService::findOne(['button' => '开始下注']);
|
|
|
if ($replyInfo) {
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
$text = $replyInfo->reply;
|
|
|
- $text .="\nPC28PPPPPPPPPPP";
|
|
|
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|
|
$image = $replyInfo->image;
|
|
|
if ($image) {
|
|
if ($image) {
|