@@ -281,6 +281,7 @@ class OrderService
public static function findAlipay($orderId, $nbr = 0)
{
+ dump("进来了");
if ($nbr >= 10) {
throw new BusinessException("订单查询失败");
}