Compare commits

..

No commits in common. "45802674c32d4d82967836f490fd12b53ea91368" and "d079b8263d669206761905bae430e2610e37c01b" have entirely different histories.

View File

@ -114,7 +114,7 @@ class PayController extends PublicController
}
// 构建发布主题 并向地面终端提示刷新信息
$topic = 'refreshQuestList/2dc23dcfecc05fb1';
$this->publish('refreshQuestList/2dc23dcfecc05fb1', $result['resource']['ciphertext']['description']);
$this->publish($topic, $result['resource']['ciphertext']['description']);
} catch (\Exception $e) {
// 捕获并记录可能的异常
error_log('支付回调处理错误:' . $e->getMessage());