Browse Source

会员升级

Kirin 1 year ago
parent
commit
53ab8b3617
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

@@ -84,7 +84,7 @@ class PublicController extends BaseController
     {
         $service = app()->make(AwardIntegralServices::class);
         $service->daySend(true);
-
+        return app('json')->successful('已释放');
     }