Skip to content

Commit 79d5fec

Browse files
committed
1
1 parent b8459da commit 79d5fec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/JsonRpc/UserCenter/UserCenterClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class UserCenterClient extends AbstractServiceClient implements UserCenterInterf
1515
protected string $serviceName = 'user-center';
1616
protected string $loadBalancer = 'random';
1717

18-
#[Cacheable(prefix: 'user-center', value: '#{id}', ttl: 3600)]
1918
public function getUserInfo(int $id): array
2019
{
2120
return $this->__request(__FUNCTION__, compact('id'));

0 commit comments

Comments
 (0)