|
|
@@ -215,7 +215,9 @@ class WinfailLogic
|
|
|
$AdapterObj = $this->getAdapterObj($game_code);
|
|
|
$RefClass = new \ReflectionClass($AdapterObj);
|
|
|
|
|
|
- $result = json_decode($orderInfo->single_result, true);
|
|
|
+ $result = json_decode($orderInfo->single_result);
|
|
|
+ $result['0']->first_score = json_encode($result['0']->first_score, 256);
|
|
|
+
|
|
|
$winorfalsedef = ['result' => 2, 'matchResult' => 'noRuleOrError'];
|
|
|
|
|
|
foreach ($matchArray as $matchModel) {
|