poi_page.PackagePriceUpdate
This commit is contained in:
@@ -46,7 +46,7 @@ func (a *API) OrderModityTips(orderID, poiCode string, tipAmount float64) (err e
|
||||
"wmPoiId": poiCode,
|
||||
"tipAmount": tipAmount,
|
||||
}
|
||||
_, err = a.AccessUserPage2("order/receive/processed/w/distribute/tipAmount/v2", params, true)
|
||||
_, err = a.AccessUserPage2("v2/order/receive/processed/w/distribute/tipAmount/v2", params, true)
|
||||
return err
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ func (a *API) GetDistributeOrderDetail(orderID, poiCode string) (distributeOrder
|
||||
params := map[string]interface{}{
|
||||
"orderInfos": []string{string(utils.MustMarshal(params1))},
|
||||
}
|
||||
result, err2 := a.AccessUserPage2("order/receive/processed/r/distribute/list/v2", params, false)
|
||||
result, err2 := a.AccessUserPage2("v2/order/receive/processed/r/distribute/list/v2", params, false)
|
||||
if err2 != nil {
|
||||
return distributeOrderDetail, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user