- shippingtime/update to poi/shippingtime/update
This commit is contained in:
@@ -110,7 +110,7 @@ func (a *API) PoiTagList(poiCode string) (catList []*PoiCategoryInfo, err error)
|
||||
}
|
||||
|
||||
func (a *API) PoiShipTimeUpdate(poiCode, shippingTime string) (err error) {
|
||||
_, err = a.AccessAPI("shippingtime/update", false, map[string]interface{}{
|
||||
_, err = a.AccessAPI("poi/shippingtime/update", false, map[string]interface{}{
|
||||
KeyAppPoiCode: poiCode,
|
||||
"shipping_time": shippingTime,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user