Kirin 2 éve
szülő
commit
6441239513
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      app/controller/api/v1/PublicController.php

+ 2 - 1
app/controller/api/v1/PublicController.php

@@ -22,6 +22,7 @@ use app\services\product\category\StoreProductCategoryServices;
 use app\services\product\product\StoreProductServices;
 use app\services\other\ExpressServices;
 use app\services\other\SystemCityServices;
+use app\services\supplier\finance\SupplierFlowingWaterServices;
 use app\services\system\attachment\SystemAttachmentServices;
 use app\services\system\config\SystemConfigServices;
 use app\services\store\SystemStoreServices;
@@ -75,7 +76,7 @@ class PublicController extends BaseController
 //        }
 //        app()->make(IntegralJob::class)->autoExtract($service->getPrice());
 //        return app('json')->successful('ok');
-        var_dump(WithdrawService::init()::contractInfo(310296));
+        var_dump(app()->make(SupplierFlowingWaterServices::class)->setSupplierFinance(294, 1));
     }
 
     /**