新接口合并订单
This commit is contained in:
@@ -1077,6 +1077,20 @@ func (c *OrderController) TransferJdsOrder() {
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 合并订单(京东商城用)
|
||||
// @Description 合并订单(京东商城用)
|
||||
// @Param token header string true "认证token"
|
||||
// @Param vendorOrderIDs formData string true "订单号s"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /MergeJdsOrders [post]
|
||||
func (c *OrderController) MergeJdsOrders() {
|
||||
c.callMergeJdsOrders(func(params *tOrderMergeJdsOrdersParams) (retVal interface{}, errCode string, err error) {
|
||||
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 京东商城订单发送京东物流
|
||||
// @Description 京东商城订单发送京东物流
|
||||
// @Param token header string true "认证token"
|
||||
|
||||
Reference in New Issue
Block a user