Browse Source

会员升级

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

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

@@ -75,7 +75,7 @@ class PublicController extends BaseController
 //        }
 //        app()->make(IntegralJob::class)->autoExtract($service->getPrice());
 //        return app('json')->successful('ok');
-        WithdrawService::init()::contractInfo(239166);
+        var_dump(WithdrawService::init()::contractInfo(239166));
     }
 
     /**