- jd comment api

This commit is contained in:
gazebo
2018-09-29 16:01:17 +08:00
parent 933c218e00
commit 521b3c9f25
3 changed files with 7 additions and 8 deletions

View File

@@ -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,