This commit is contained in:
邹宗楠
2025-07-18 15:19:56 +08:00
parent e311b299d7
commit 61d2a6d4b8
2 changed files with 7 additions and 2 deletions

View File

@@ -528,6 +528,11 @@ type FeeChangeResp struct {
StatusCodeValue int `json:"statusCodeValue"`
}
type CahngePublic struct {
Message string `json:"message"`
ReviewRelatedId int64 `json:"reviewRelatedId"` // 变更凭证id[变更结果可通过id进行查询]
}
// UpdateSettleInfoReq 商户结算信息变更
type UpdateSettleInfoReq struct {
AccountKind string `json:"accountKind"` // 账户性质[57对公 58对私] body false string