This commit is contained in:
邹宗楠
2025-07-14 11:11:30 +08:00
parent 15342c0d31
commit 4c5a70334a
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ func (a *API) UpdateSettleInfo(customerNo string, param *UpdateSettleInfoReq) (*
if param != nil {
mapParam = utils.Struct2Map(param, "", false)
}
result, err := a.AccessAPI2(BaseProdChangeUrl, UpdateSettleChange, http.MethodPost, customerNo, mapParam)
result, err := a.AccessAPI2(BaseProdChangeUrl, UpdateSettleChange, http.MethodGet, customerNo, mapParam)
if err != nil {
return nil, nil, err
}

View File

@@ -21,7 +21,7 @@ const (
BaseProdQueryReviewStatus = "https://htkapi.lakala.com/api" // 正式查询审核状态路由
UpdateFeeQuery = "channel/customer/update/fee" // 商户费率查询-变更
UpdateSettleChange = "channel/customer/update/settle" // 商户结算变更
UpdateSettleChange = "channel/customer/update/settle" // 商户结算变更-查询
UpdateBaseChange = "channel/customer/update/basic" // 商户基本信息变更
QueryChangeReviewStatus = "customer/update/review" // 获取商户审核状态
CheckImgIsSupplement = "open/merchant/isUploadPhoto" // 查看当前商户是否补充照片