Merge branch 'develop/xuyang/pay'
This commit is contained in:
		
						commit
						c753415404
					
				@ -11,6 +11,7 @@ type ComplaintReplyRequest struct {
 | 
				
			|||||||
	ComplaintId string `position:"Body" field:"complaint_id" default:"" `
 | 
						ComplaintId string `position:"Body" field:"complaint_id" default:"" `
 | 
				
			||||||
	Content     string `position:"Body" field:"content" default:"" `
 | 
						Content     string `position:"Body" field:"content" default:"" `
 | 
				
			||||||
	Images      string `position:"Body" field:"images" default:"" `
 | 
						Images      string `position:"Body" field:"images" default:"" `
 | 
				
			||||||
 | 
						PayType     int    `position:"Body" field:"pay_type" default:"" `
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type ComplaintReplyResponse struct {
 | 
					type ComplaintReplyResponse struct {
 | 
				
			||||||
 | 
				
			|||||||
@ -7,7 +7,8 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
type merchantConfigDebugRequest struct {
 | 
					type merchantConfigDebugRequest struct {
 | 
				
			||||||
	*requests.RpcRequest
 | 
						*requests.RpcRequest
 | 
				
			||||||
	MchId string `position:"Body" field:"mch_id" default:"" `
 | 
						MchId   string `position:"Body" field:"mch_id" default:"" `
 | 
				
			||||||
 | 
						PayType int    `position:"Body" field:"pay_type" default:"" `
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type merchantConfigDebugResponse struct {
 | 
					type merchantConfigDebugResponse struct {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user