Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateMerchantReq ¶
type UpdateMerchantReq struct { /** 商户ID */ ID string `json:"id"` /** 商户名称 */ MerchantName string `json:"merchantName"` /** 地址 */ Address string `json:"address"` /** 区域代码 */ RegionCode string `json:"regionCode"` /** 区域名称 */ RegionName string `json:"regionName"` /** 状态 */ Status string `json:"status"` /** 商户密钥 */ SelfPriKey string `json:"selfPriKey"` // 商户密钥 }
UpdateMerchantReq 更新商户请求参数
Click to show internal directories.
Click to hide internal directories.