6
0

投诉工单相关接口新增支付类型参数

This commit is contained in:
许 洋 2025-09-11 11:16:22 +08:00
parent e06a5867a7
commit 0e4cb0c4ad
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ 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 {

View File

@ -8,6 +8,7 @@ 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 {