门店商品分类
This commit is contained in:
@@ -1112,7 +1112,7 @@ func (c *OrderController) SaveJdsOrders() {
|
||||
// @Param skuID formData int true "商品ID"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /AdjustJdsOrderSimple [delete]
|
||||
// @router /AdjustJdsOrderSimple [post]
|
||||
func (c *OrderController) AdjustJdsOrderSimple() {
|
||||
c.callAdjustJdsOrderSimple(func(params *tOrderAdjustJdsOrderSimpleParams) (retVal interface{}, errCode string, err error) {
|
||||
err = orderman.AdjustJdsOrderSimple(params.Ctx, params.VendorOrderID, params.SkuID)
|
||||
|
||||
Reference in New Issue
Block a user