饿百送达api不传phone
This commit is contained in:
@@ -365,7 +365,7 @@ func (a *API) OrderSendOut(orderID, phone string) (err error) {
|
|||||||
func (a *API) OrderComplete(orderID, phone string) (err error) {
|
func (a *API) OrderComplete(orderID, phone string) (err error) {
|
||||||
_, err = a.AccessAPI("order.complete", map[string]interface{}{
|
_, err = a.AccessAPI("order.complete", map[string]interface{}{
|
||||||
"order_id": orderID,
|
"order_id": orderID,
|
||||||
"phone": phone,
|
// "phone": phone,
|
||||||
})
|
})
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user