mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 22:27:50 +08:00
update: rollback token cache
This commit is contained in:
@ -81,8 +81,6 @@ class OrderService
|
||||
abort(500, '开通失败');
|
||||
}
|
||||
|
||||
Cache::put(CacheKey::get('SUBSCRIBE_TOKEN', $this->user->token), 1, 120);
|
||||
|
||||
DB::commit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user