Merge branch 'master' of e.coding.net:rosydev/baseapi

This commit is contained in:
苏尹岚
2019-11-29 11:11:45 +08:00

View File

@@ -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) {
_, err = a.AccessAPI("order/logistics/change/poi_self", false, map[string]interface{}{
KeyOrderID: orderID,