a
This commit is contained in:
@@ -1083,3 +1083,12 @@ func (a *API) SetOrderStateToWait(orderId int64) (err error) {
|
||||
_, err = a.AccessStorePage("https://porder.shop.jd.com/order/global/setOrderStateToWait", params, false)
|
||||
return err
|
||||
}
|
||||
|
||||
//订单妥投
|
||||
func (a *API) SetOrderStateToFinish(orderId int64) (err error) {
|
||||
params := map[string]interface{}{
|
||||
"orderId": orderId,
|
||||
}
|
||||
_, err = a.AccessStorePage("https://porder.shop.jd.com/order/global/setOrderStateToFinish", params, false)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user