Merge branch 'master' of e.coding.net:rosydev/baseapi
This commit is contained in:
@@ -543,6 +543,8 @@ func (a *API) OrderGetRiderInfoPhoneNumber(poiCode string, offset, limit int) (r
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 专快混配送转为商家自配送
|
// 专快混配送转为商家自配送
|
||||||
|
// 预定单不能调用此接口
|
||||||
|
// https://developer.waimai.meituan.com/home/myquestionDetail/7382
|
||||||
func (a *API) OrderLogisticsChange2Self(orderID int64) (err error) {
|
func (a *API) OrderLogisticsChange2Self(orderID int64) (err error) {
|
||||||
_, err = a.AccessAPI("order/logistics/change/poi_self", false, map[string]interface{}{
|
_, err = a.AccessAPI("order/logistics/change/poi_self", false, map[string]interface{}{
|
||||||
KeyOrderID: orderID,
|
KeyOrderID: orderID,
|
||||||
|
|||||||
Reference in New Issue
Block a user