Compare commits
No commits in common. "c753415404c033bb5aae71ebaff558c55459fa92" and "f31c37759baabc6e39fc2bea1a83549d48060e53" have entirely different histories.
c753415404
...
f31c37759b
@ -11,7 +11,6 @@ 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,8 +7,7 @@ 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