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:"" `
|
||||
Content string `position:"Body" field:"content" default:"" `
|
||||
Images string `position:"Body" field:"images" default:"" `
|
||||
PayType int `position:"Body" field:"pay_type" default:"" `
|
||||
}
|
||||
|
||||
type ComplaintReplyResponse struct {
|
||||
|
@ -8,7 +8,6 @@ import (
|
||||
type merchantConfigDebugRequest struct {
|
||||
*requests.RpcRequest
|
||||
MchId string `position:"Body" field:"mch_id" default:"" `
|
||||
PayType int `position:"Body" field:"pay_type" default:"" `
|
||||
}
|
||||
|
||||
type merchantConfigDebugResponse struct {
|
||||
|
Loading…
Reference in New Issue
Block a user