Compare commits
	
		
			3 Commits
		
	
	
		
			e30ecac33b
			...
			4b13de26bd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					4b13de26bd | ||
| 
						 | 
					e6d4532874 | ||
| 
						 | 
					699a113863 | 
@ -11,7 +11,7 @@ const (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var HOST = requests.Host{
 | 
			
		||||
	Default: "cs",
 | 
			
		||||
	Default: "cs.api.gaore.com",
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Client struct {
 | 
			
		||||
 | 
			
		||||
@ -49,13 +49,14 @@ func CreateGetFaqResponse() (response *GetFaqResponse) {
 | 
			
		||||
 | 
			
		||||
// FaqDetail Faq详情
 | 
			
		||||
type FaqDetail struct {
 | 
			
		||||
	Id                  int64  `json:"id"`
 | 
			
		||||
	ParentId            int64  `json:"parent_id"`
 | 
			
		||||
	Title               string `json:"title"`
 | 
			
		||||
	Answer              string `json:"answer"`
 | 
			
		||||
	Type                int64  `json:"type"`
 | 
			
		||||
	WorkOrderTemplateId int64  `json:"work_order_template_id"`
 | 
			
		||||
	ProcessFlow         string `json:"process_flow"`
 | 
			
		||||
	Id                    int64  `json:"id"`
 | 
			
		||||
	ParentId              int64  `json:"parent_id"`
 | 
			
		||||
	Title                 string `json:"title"`
 | 
			
		||||
	Answer                string `json:"answer"`
 | 
			
		||||
	Type                  int64  `json:"type"`
 | 
			
		||||
	WorkOrderTemplateId   int64  `json:"work_order_template_id"`
 | 
			
		||||
	ProcessFlow           string `json:"process_flow"`
 | 
			
		||||
	WorkOrderTemplateCode string `json:"work_order_template_code"`
 | 
			
		||||
}
 | 
			
		||||
type GetFaqDetailRequest struct {
 | 
			
		||||
	*requests.JsonRequest
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user