1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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" // 查看当前商户是否补充照片
|
||||
|
||||
Reference in New Issue
Block a user