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
}