diff --git a/FlyCube/Api/Controller/PayController.class.php b/FlyCube/Api/Controller/PayController.class.php index c7333dd..5d396a6 100644 --- a/FlyCube/Api/Controller/PayController.class.php +++ b/FlyCube/Api/Controller/PayController.class.php @@ -48,6 +48,7 @@ class PayController extends PublicController */ public function pay() { + $this->publish('demo', 'hi there'); //父级构造函数 parent::_initialize();