Merge pull request 'props null' (#639) from hotfix/center into master

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/639
master
张谷城 3 years ago
commit b4db0d578b

@ -95,7 +95,7 @@ class GameRebateService
$sendResult .= ($result['message'] ?? '') . ';'; $sendResult .= ($result['message'] ?? '') . ';';
} }
if ($order['props']) { if ($order['props'] && $order['props'] != 'null') {
$result = $this->sendProps($order); $result = $this->sendProps($order);
if (!$result['status']) { if (!$result['status']) {
$hasError = true; $hasError = true;

Loading…
Cancel
Save