wesmiler hace 4 horas
padre
commit
c6576a8700
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Services/PaymentService.php

+ 1 - 0
app/Services/PaymentService.php

@@ -198,6 +198,7 @@ class PaymentService extends BaseService
 
         // 订单分账
         if($isRevenue==1){
+            var_dump($isRevenue);
            $payData['settle_info'] = [
                'profit_sharing'=> true,
            ];