WIN-2308041133\Administrator hace 1 mes
padre
commit
68824b82c4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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']){