1
This commit is contained in:
@@ -241,7 +241,7 @@ func (a *API) UpdateSettleInfo(customerNo string, param *UpdateSettleInfoReq) (*
|
||||
}
|
||||
|
||||
// UpdateBaseInfo 商户基本信息变更
|
||||
func (a *API) UpdateBaseInfo(customerNo string, changeBaseMap *UpdateBaseInfoReq) (*FeeChangeResp, error) {
|
||||
func (a *API) UpdateBaseInfo(customerNo string, changeBaseMap *UpdateBaseInfoReq) (*CahngePublic, error) {
|
||||
if customerNo == "" {
|
||||
return nil, fmt.Errorf("商户ID不能为空")
|
||||
}
|
||||
@@ -253,7 +253,7 @@ func (a *API) UpdateBaseInfo(customerNo string, changeBaseMap *UpdateBaseInfoReq
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
data := &FeeChangeResp{}
|
||||
data := &CahngePublic{}
|
||||
if err = utils.Map2StructByJson(result, data, false); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user