mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:50:25 +08:00 
			
		
		
		
	优化DNSPod和Alidns相关代码
This commit is contained in:
		
							
								
								
									
										14
									
								
								internal/dnsclients/dnspod/response_record_modify.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								internal/dnsclients/dnspod/response_record_modify.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
 | 
			
		||||
 | 
			
		||||
package dnspod
 | 
			
		||||
 | 
			
		||||
type RecordModifyResponse struct {
 | 
			
		||||
	BaseResponse
 | 
			
		||||
 | 
			
		||||
	Record struct {
 | 
			
		||||
		Id     any    `json:"id"`
 | 
			
		||||
		Name   string `json:"name"`
 | 
			
		||||
		Value  string `json:"value"`
 | 
			
		||||
		Status string `json:"status"`
 | 
			
		||||
	} `json:"record"`
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user