Merge branch 'master' of https://golib.gaore.com/GaoreGo/gaore-common-sdk-go
This commit is contained in:
commit
e06a5867a7
@ -10,6 +10,7 @@ type ComplaintCompleteRequest struct {
|
||||
MchId string `position:"Body" field:"mch_id" default:"" `
|
||||
ComplaintId string `position:"Body" field:"complaint_id" default:"" `
|
||||
ExtData string `position:"Body" field:"ext_data" default:"" `
|
||||
PayType int `position:"Body" field:"pay_type" default:"" `
|
||||
}
|
||||
|
||||
type ComplaintCompleteResponse struct {
|
||||
|
@ -10,6 +10,7 @@ type ComplaintUploadRequest struct {
|
||||
MchId string `position:"Body" field:"mch_id" default:"" `
|
||||
ImageUrl string `position:"Body" field:"image_url" default:"" `
|
||||
ComplaintId string `position:"Body" field:"complaint_id" default:" " `
|
||||
PayType int `position:"Body" field:"pay_type" default:"" `
|
||||
}
|
||||
|
||||
type ComplaintUploadResponse struct {
|
||||
|
Loading…
Reference in New Issue
Block a user