Domain Resolution Status
                
                                    
                Request URL
                
               
                Request Method
                
                
                Request Parameter
                
                    
                    
                        | Field | 
                        Parameter | 
                        Type | 
                        Required | 
                        Description | 
                    
                    
                    
                        
                            | APPID | 
                            appid | 
                            String | 
                            Yes | 
                            Application Client Id | 
                        
                        
                            | Timestamp | 
                            gntime | 
                            String | 
                            Yes | 
                            The current UNIX timestamp | 
                        
                        
                            | Signature | 
                            gntoken | 
                            String | 
                            Yes | 
                            Signature string. For details, please refer to the Signature Method page. | 
                        
                                                                        
                            | Resolution Record Id | 
                            jxid | 
                            Integer | 
                            Yes | 
                             | 
                        
                                                
                            | Resolution Record Status | 
                            jxzt | 
                            Integer | 
                            Yes | 
                            1=Enable,2=Disable | 
                        
                                                                    
                
               
                
                                Response Data
                
                    
                    
                        | Field | 
                        Parameter | 
                        Type | 
                        Description | 
                    
                    
                    
                                                
                            | return code | 
                            code | 
                            Integer | 
                            1=Succeed, -1=Failed | 
                        
                                                
                            | return description | 
                            msg | 
                            String | 
                            description of the return request operation | 
                        
                                                
                            | return data | 
                            data | 
                            Object | 
                            the requested operation result data | 
                        
                                            
                
                
                                Return Data
                
                    
                    
                        | Field | 
                        Parameter | 
                        Type | 
                        Description | 
                    
                    
                    
                                                
                            | Record Id | 
                            jxid | 
                             | 
                            The resolution record ID of the operation | 
                        
                                                
                            | Record Status | 
                            jxzt | 
                             | 
                            The resolution record status of the operation | 
                        
                                            
                
                                                Response Demo
                
                    {
    "code": 1,
    "msg": "Succeed",
    "data": {
        "jxid": Record Id,
        "jxzt": Record Status
    }
}