Browse Source

会员升级

Kirin 6 months ago
parent
commit
fe5ce301f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/api/v1/user/UserController.php

+ 1 - 0
app/controller/api/v1/user/UserController.php

@@ -296,6 +296,7 @@ class UserController
 
 
     public function extractIntegral(Request $request, AwardIntegralServices $services, $id)
     public function extractIntegral(Request $request, AwardIntegralServices $services, $id)
     {
     {
+        return app('json')->fail('暂不支持');
         $info = $services->getIntegral($id);
         $info = $services->getIntegral($id);
         $password = $request->post('password', '');
         $password = $request->post('password', '');
         $num = $request->post('num', 0);
         $num = $request->post('num', 0);