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'],