diff --git a/FlyCube/Api/Controller/PayController.class.php b/FlyCube/Api/Controller/PayController.class.php index 1288887..306bd0a 100644 --- a/FlyCube/Api/Controller/PayController.class.php +++ b/FlyCube/Api/Controller/PayController.class.php @@ -100,7 +100,7 @@ class PayController extends PublicController { // 实例化 Yansongda Pay $result = Pay::wechat($this->config)->callback(); - $this->publish('refreshQuestList/2dc23dcfecc05fb1', $result['resource']['ciphertext']['description']); + $this->publish('refreshQuestList/2dc23dcfecc05fb1', $result); try { // 验证成功,处理业务逻辑 if ($result['resource']['ciphertext']['trade_state'] == 'SUCCESS') {