WIN-2308041133\Administrator 3 weeks ago
parent
commit
68824b82c4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/api/user/User.php

+ 1 - 0
app/controller/api/user/User.php

@@ -255,6 +255,7 @@ class User extends BaseController
      */
     public function award_create()
     {
+        throw new \Exception('现在无法手动提现积分');
         $user = $this->request->userInfo();
         $where= $this->request->params(['num']);
         if ($where['num'] > $user['award_integral']){