|
|
@@ -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']){
|