Compare commits
2 Commits
d079b8263d
...
45802674c3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
45802674c3 | ||
![]() |
dab0cdacc2 |
@ -114,7 +114,7 @@ class PayController extends PublicController
|
|||||||
}
|
}
|
||||||
// 构建发布主题 并向地面终端提示刷新信息
|
// 构建发布主题 并向地面终端提示刷新信息
|
||||||
$topic = 'refreshQuestList/2dc23dcfecc05fb1';
|
$topic = 'refreshQuestList/2dc23dcfecc05fb1';
|
||||||
$this->publish($topic, $result['resource']['ciphertext']['description']);
|
$this->publish('refreshQuestList/2dc23dcfecc05fb1', $result['resource']['ciphertext']['description']);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
// 捕获并记录可能的异常
|
// 捕获并记录可能的异常
|
||||||
error_log('支付回调处理错误:' . $e->getMessage());
|
error_log('支付回调处理错误:' . $e->getMessage());
|
||||||
|
Loading…
Reference in New Issue
Block a user