【类 型】:test

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-05-09 16:44:10 +08:00
parent ddf6473138
commit 6bcb72ec0c

View File

@ -48,7 +48,7 @@ class PayController extends PublicController
*/ */
public function pay() public function pay()
{ {
$this->publish('demo', 'hi there'); //$this->publish('demo', 'hi there');//测试日志
//父级构造函数 //父级构造函数
parent::_initialize(); parent::_initialize();
@ -99,7 +99,7 @@ class PayController extends PublicController
*/ */
public function notifyCallback() public function notifyCallback()
{ {
$this->publish('demo', 'hello world'); //$this->publish('demo', 'hello world');//测试日志
try { try {
// 实例化 Yansongda Pay // 实例化 Yansongda Pay
$result = Pay::wechat($this->config)->callback(); $result = Pay::wechat($this->config)->callback();