优化代码

This commit is contained in:
GoEdgeLab
2022-08-14 20:03:31 +08:00
parent 91fe32a9f5
commit 4efe17fbd1
19 changed files with 37 additions and 40 deletions

View File

@@ -348,6 +348,10 @@ func (this *RPCClient) RegionCityRPC() pb.RegionCityServiceClient {
return pb.NewRegionCityServiceClient(this.pickConn())
}
func (this *RPCClient) RegionTownRPC() pb.RegionTownServiceClient {
return pb.NewRegionTownServiceClient(this.pickConn())
}
func (this *RPCClient) RegionProviderRPC() pb.RegionProviderServiceClient {
return pb.NewRegionProviderServiceClient(this.pickConn())
}