调整投诉单相关接口地址
This commit is contained in:
		
							parent
							
								
									6fb06e3d4f
								
							
						
					
					
						commit
						09938bbf20
					
				@ -21,7 +21,7 @@ func CreateComplaintCompleteRequest() (req *ComplaintCompleteRequest) {
 | 
			
		||||
	req = &ComplaintCompleteRequest{
 | 
			
		||||
		RpcRequest: &requests.RpcRequest{},
 | 
			
		||||
	}
 | 
			
		||||
	req.InitWithApiInfo(HOST, VERSION, "/api/complaint/wxComplaintComplete")
 | 
			
		||||
	req.InitWithApiInfo(HOST, VERSION, "/api/complaint/complete")
 | 
			
		||||
	req.Method = requests.POST
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -23,7 +23,7 @@ func CreateComplaintReplyRequest() (req *ComplaintReplyRequest) {
 | 
			
		||||
	req = &ComplaintReplyRequest{
 | 
			
		||||
		RpcRequest: &requests.RpcRequest{},
 | 
			
		||||
	}
 | 
			
		||||
	req.InitWithApiInfo(HOST, VERSION, "/api/complaint/wxComplaintReply")
 | 
			
		||||
	req.InitWithApiInfo(HOST, VERSION, "/api/complaint/reply")
 | 
			
		||||
	req.Method = requests.POST
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -22,7 +22,7 @@ func CreateComplaintUploadRequest() (req *ComplaintUploadRequest) {
 | 
			
		||||
	req = &ComplaintUploadRequest{
 | 
			
		||||
		RpcRequest: &requests.RpcRequest{},
 | 
			
		||||
	}
 | 
			
		||||
	req.InitWithApiInfo(HOST, VERSION, "/api/complaint/wxComplaintUpload")
 | 
			
		||||
	req.InitWithApiInfo(HOST, VERSION, "/api/complaint/imageUpload")
 | 
			
		||||
	req.Method = requests.POST
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user