master
ljl 1 year ago
parent d6a5268c76
commit 9a58295cec

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

Loading…
Cancel
Save