1
This commit is contained in:
@@ -696,7 +696,8 @@ func (a *API) OrderUpdateTip(orderID int64, tipAmount float64) (err error) {
|
||||
// 美团外卖自配送商家同步发货状态和配送信息(推荐)
|
||||
// https://waimaiopen.meituan.com/api/v1/ecommerce/order/logistics/sync
|
||||
func (a *API) OrderStatusAndPsInfo(params map[string]interface{}) (err error) {
|
||||
delete(params, "opcode") // 美团不需要此参数
|
||||
delete(params, "opcode") // 美团不需要此参数
|
||||
delete(params, "logistics_context") // 美团不需要此参数
|
||||
_, err = a.AccessAPI("ecommerce/order/logistics/sync", false, params)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user