1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user