Compare commits
	
		
			2 Commits
		
	
	
		
			9aa5924b97
			...
			96132c6cba
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					96132c6cba | ||
| 
						 | 
					5e4a2468a7 | 
@ -64,9 +64,9 @@ type GetFaqDetailRequest struct {
 | 
			
		||||
}
 | 
			
		||||
type GetFaqDetailResponse struct {
 | 
			
		||||
	*responses.BaseResponse
 | 
			
		||||
	Code int       `json:"code"`
 | 
			
		||||
	Msg  string    `json:"msg"`
 | 
			
		||||
	Data FaqDetail `json:"data"`
 | 
			
		||||
	Code int        `json:"code"`
 | 
			
		||||
	Msg  string     `json:"msg"`
 | 
			
		||||
	Data *FaqDetail `json:"data"`
 | 
			
		||||
}
 | 
			
		||||
type FaqDetailRequest struct {
 | 
			
		||||
	Id int64 `json:"id"`
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user