判断订单是否已付款 if ($order->paid_at) { throw new InvalidRequestException('该订单未支付,不可退款'); } Copy. 我提交退款申请提示 The HTTP status code "0" ...
確定! 回上一頁