优化代码

This commit is contained in:
刘祥超
2022-11-24 17:20:08 +08:00
parent 3a23b57f1b
commit 7786140d85
3 changed files with 7 additions and 6 deletions

View File

@@ -130,11 +130,8 @@ func (this *ParentAction) RPC() *rpc.RPCClient {
}
// AdminContext 获取Context
// 每个请求的context都必须是一个新的实例
func (this *ParentAction) AdminContext() context.Context {
if this.ctx != nil {
return this.ctx
}
if this.rpcClient == nil {
rpcClient, err := rpc.SharedRPC()
if err != nil {