Browse Source

会员升级

Kirin 1 year ago
parent
commit
39cba8f01a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/controller/api/v1/PublicController.php

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

@@ -77,6 +77,8 @@ class PublicController extends BaseController
 //        app()->make(IntegralJob::class)->autoExtract($service->getPrice());
 //        app()->make(IntegralJob::class)->autoExtract($service->getPrice());
 //        return app('json')->successful('ok');
 //        return app('json')->successful('ok');
 //        var_dump(app()->make(SupplierFlowingWaterServices::class)->setSupplierFinance(294, 1));
 //        var_dump(app()->make(SupplierFlowingWaterServices::class)->setSupplierFinance(294, 1));
+
+        var_dump(WithdrawService::init()::contractInfo(330026));
     }
     }
 
 
     /**
     /**