Commit 62ab03dd by LiuJunYi

退款金额通知

parent 6e3716a1
......@@ -393,7 +393,7 @@ class Order extends AuthBase
$param = [
$order->out_trade_no,
$order->title,
$order->total_fee,
number_format(input('price'),2),
date('Y-m-d H:i:s')
];
WXSendMessage::send_template_notice($openId, $template_id, $page, $form_id, $param);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment