|
|
@@ -823,7 +823,7 @@ class PurchaseClass extends BaseClass
|
|
|
$config->SetKey($key);
|
|
|
$return = \WxPayApi::closeOrder($config, $input);
|
|
|
if (isset($return['return_code']) && $return['return_code'] == 'SUCCESS') {
|
|
|
- noticeUtil::push('花店采购单:' . $orderSn . ',微信关闭订单成功,无法再进行支付。', '15280215347');
|
|
|
+ noticeUtil::push('花店采购单:' . $orderSn . ',微信关闭订单成功。', '15280215347');
|
|
|
} else {
|
|
|
noticeUtil::push('花店采购单:' . $orderSn . ',微信关闭订单失败了。', '15280215347');
|
|
|
}
|