From 9a58295cecde572b195673e54cd5707964f5c270 Mon Sep 17 00:00:00 2001 From: ljl Date: Wed, 14 Jun 2023 16:22:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Tool/GameResource/JmxyClient.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Base/Tool/GameResource/JmxyClient.class.php b/Application/Base/Tool/GameResource/JmxyClient.class.php index dfa732d97..e630ecb07 100644 --- a/Application/Base/Tool/GameResource/JmxyClient.class.php +++ b/Application/Base/Tool/GameResource/JmxyClient.class.php @@ -125,8 +125,8 @@ class JmxyClient 'appId' => 'chengfeng', 'userId' => $order['user_id'], 'orderNum' => $this->generateOrderNumber($order, $giftItem['index']), - 'title' => $order['type_name'], - 'content' => $order['gift_content'] ?? $order['type_name'] . '返利礼包,请查收', + 'title' => '返利礼包', + 'content' => $order['gift_content'] ? ($order['type_name'] . $order['gift_content']) : $order['type_name'] . '返利礼包,请查收', 'packages' => json_encode([ [ 'packageId' => $giftItem['id'],