diff --git a/FlyCube/Api/Controller/PayController.class.php b/FlyCube/Api/Controller/PayController.class.php index 5d396a6..2125721 100644 --- a/FlyCube/Api/Controller/PayController.class.php +++ b/FlyCube/Api/Controller/PayController.class.php @@ -48,7 +48,7 @@ class PayController extends PublicController */ public function pay() { - $this->publish('demo', 'hi there'); + //$this->publish('demo', 'hi there');//测试日志 //父级构造函数 parent::_initialize(); @@ -99,7 +99,7 @@ class PayController extends PublicController */ public function notifyCallback() { - $this->publish('demo', 'hello world'); + //$this->publish('demo', 'hello world');//测试日志 try { // 实例化 Yansongda Pay $result = Pay::wechat($this->config)->callback();