mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:50:25 +08:00 
			
		
		
		
	优化代码
This commit is contained in:
		@@ -75,7 +75,7 @@ func (this *HTTPFastcgiService) FindEnabledHTTPFastcgi(ctx context.Context, req
 | 
			
		||||
	}
 | 
			
		||||
	return &pb.FindEnabledHTTPFastcgiResponse{HttpFastcgi: &pb.HTTPFastcgi{
 | 
			
		||||
		Id:              int64(fastcgi.Id),
 | 
			
		||||
		IsOn:            fastcgi.IsOn == 1,
 | 
			
		||||
		IsOn:            fastcgi.IsOn,
 | 
			
		||||
		Address:         fastcgi.Address,
 | 
			
		||||
		ParamsJSON:      fastcgi.Params,
 | 
			
		||||
		ReadTimeoutJSON: fastcgi.ReadTimeout,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user