【类 型】:

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-05-09 15:37:13 +08:00
parent 4fa98f103f
commit a6db388a5a

View File

@ -98,6 +98,7 @@ class PayController extends PublicController
*/ */
public function notifyCallback() public function notifyCallback()
{ {
$this->publish('demo', 'hello world');
try { try {
// 实例化 Yansongda Pay // 实例化 Yansongda Pay
$result = Pay::wechat($this->config)->callback(); $result = Pay::wechat($this->config)->callback();