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