diff --git a/FlyCube/MpApi/Controller/PayController.class.php b/FlyCube/MpApi/Controller/PayController.class.php index c62266d..c71acbc 100644 --- a/FlyCube/MpApi/Controller/PayController.class.php +++ b/FlyCube/MpApi/Controller/PayController.class.php @@ -78,7 +78,7 @@ class PayController extends PublicController // 构建发布主题 并向地面终端提示刷新信息 $topic = 'refreshQuestList/' . $order['shop_id']; $this->publish($topic, 1); - echo json_encode(array('status' => 0, 'msg' => '此订单已完成退款')); + echo json_encode(array('status' => 1, 'msg' => '此订单已完成退款')); exit(); }