【类 型】:test

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-01-15 20:09:18 +08:00
parent da8131f1db
commit d68b8e36bf

View File

@ -102,7 +102,7 @@ class PayController extends PublicController
$topicPrefix = makeTopicPrefix($order['openid']); //小程序端用户订阅主题的前缀 ps:订单对应的用户的openid算出来的
// 提醒小程序端 刷新订单列表(mqtt)
$this->publish('refreshOrderList/' . $topicPrefix, 1);
$this->publish('demo', $topicPrefix);
$this->publish('demo', $order['openid']);
// 调用退款接口
$result = Pay::wechat($this->config)->refund($refundParameter);
// 处理退款结果