@@ -23,7 +23,7 @@ class AlipayController
$payData = [
'out_trade_no' => $orderId,
- 'subject' => '万悦悦享家订单',
+ 'subject' => '万悦康养订单',
'total_amount' => $order->order_amount_pay,
];
@@ -22,7 +22,7 @@ class WxpayController
}
- 'body' => '万悦悦享家订单',
+ 'body' => '万悦康养订单',
'total_fee' => $order->order_amount_pay * 100,