【类 型】:test
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
da8131f1db
commit
d68b8e36bf
@ -102,7 +102,7 @@ class PayController extends PublicController
|
|||||||
$topicPrefix = makeTopicPrefix($order['openid']); //小程序端用户订阅主题的前缀 ps:订单对应的用户的openid算出来的
|
$topicPrefix = makeTopicPrefix($order['openid']); //小程序端用户订阅主题的前缀 ps:订单对应的用户的openid算出来的
|
||||||
// 提醒小程序端 刷新订单列表(mqtt)
|
// 提醒小程序端 刷新订单列表(mqtt)
|
||||||
$this->publish('refreshOrderList/' . $topicPrefix, 1);
|
$this->publish('refreshOrderList/' . $topicPrefix, 1);
|
||||||
$this->publish('demo', $topicPrefix);
|
$this->publish('demo', $order['openid']);
|
||||||
// 调用退款接口
|
// 调用退款接口
|
||||||
$result = Pay::wechat($this->config)->refund($refundParameter);
|
$result = Pay::wechat($this->config)->refund($refundParameter);
|
||||||
// 处理退款结果
|
// 处理退款结果
|
||||||
|
Loading…
Reference in New Issue
Block a user