- jd comment api
This commit is contained in:
@@ -80,6 +80,7 @@ func (a *API) OrderCancelDelivery(orderID string) (err error) {
|
||||
}
|
||||
|
||||
// 饿了么自配送订单回传订单已送出状态
|
||||
// 此接口目前只支持饿了么侧订单调用
|
||||
func (a *API) OrderSendOut(orderID, phone string) (err error) {
|
||||
_, err = a.AccessAPI("order.sendout", map[string]interface{}{
|
||||
"order_id": orderID,
|
||||
|
||||
Reference in New Issue
Block a user