diff --git a/FlyCube/Api/Controller/PayController.class.php b/FlyCube/Api/Controller/PayController.class.php index 2dcca99..9ddcac5 100644 --- a/FlyCube/Api/Controller/PayController.class.php +++ b/FlyCube/Api/Controller/PayController.class.php @@ -79,9 +79,12 @@ class PayController extends PublicController echo json_encode(array('status' => 0, 'msg' => 'Error: ' . $e->getMessage())); } } - + /** + * @description: 支付成功后 腾讯服务器的回调 + */ public function notifyCallback() { + $this->publish('demo', 'start'); $pay = Pay::wechat($this->config); try {