From 2c38d5a31f753991f8559176c6d7ccc87a7005d3 Mon Sep 17 00:00:00 2001 From: zhanggucheng Date: Sat, 26 Feb 2022 18:07:48 +0800 Subject: [PATCH] props null --- Application/Base/Service/GameRebateService.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Base/Service/GameRebateService.class.php b/Application/Base/Service/GameRebateService.class.php index bc0debe2d..6c2ea54d8 100644 --- a/Application/Base/Service/GameRebateService.class.php +++ b/Application/Base/Service/GameRebateService.class.php @@ -95,7 +95,7 @@ class GameRebateService $sendResult .= ($result['message'] ?? '') . ';'; } - if ($order['props']) { + if ($order['props'] && $order['props'] != 'null') { $result = $this->sendProps($order); if (!$result['status']) { $hasError = true;