update: rollback token cache

This commit is contained in:
tokumeikoi
2022-04-11 10:19:36 +08:00
parent e82f28b670
commit 27271e3ffb
4 changed files with 2 additions and 62 deletions

View File

@ -81,8 +81,6 @@ class OrderService
abort(500, '开通失败');
}
Cache::put(CacheKey::get('SUBSCRIBE_TOKEN', $this->user->token), 1, 120);
DB::commit();
}