diff --git a/FlyCube/Api/Controller/PayController.class.php b/FlyCube/Api/Controller/PayController.class.php index 01ad3d3..befe4a8 100644 --- a/FlyCube/Api/Controller/PayController.class.php +++ b/FlyCube/Api/Controller/PayController.class.php @@ -85,7 +85,8 @@ class PayController extends PublicController { // 实例化 Yansongda Pay $result = Pay::wechat($this->config)->callback(); - $this->publish('demo', json_encode($result)); + // 地面终端 和 小程序端的提示刷新信息 + $this->publish('refreshQuestList/2dc23dcfecc05fb1', 1); try { // 验证成功,处理业务逻辑 if ($result['resource']['ciphertext']['trade_state'] == 'SUCCESS') {