1
This commit is contained in:
@@ -204,7 +204,7 @@ func (a *API) MerchantFeeChange(param *FeeChangeReq, customerNo string) (int64,
|
||||
}
|
||||
|
||||
// UpdateSettleInfo 修改用户结算信息(当param为空时,是查询,不为空时是变更)
|
||||
func (a *API) UpdateSettleInfo(customerNo string, param *UpdateSettleInfoReq) (*FeeChangeResp, *UpdateSettleInfoReq, error) {
|
||||
func (a *API) UpdateSettleInfo(customerNo string, param *UpdateSettleInfoReq) (*CahngePublic, *UpdateSettleInfoReq, error) {
|
||||
if customerNo == "" {
|
||||
return nil, nil, fmt.Errorf("商户ID不能为空")
|
||||
}
|
||||
@@ -219,7 +219,7 @@ func (a *API) UpdateSettleInfo(customerNo string, param *UpdateSettleInfoReq) (*
|
||||
return nil, nil, err
|
||||
}
|
||||
|
||||
data := &FeeChangeResp{}
|
||||
data := &CahngePublic{}
|
||||
if err = utils.Map2StructByJson(result, data, false); err != nil {
|
||||
return nil, nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user