简要描述:

  • 商城后台-商品-批量操作-折扣全局设置

请求域名:

  • http://xx.com

请求URL:

GET/route=discount.batch-discount.allSet
POST/route=discount.batch-discount.allSet

参数:

参数名 是否必须 类型 说明
form_data{type} number 0商品现价 1商品原价

{form_data: {type: 1}}

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "ok",
	"data": {
		"type": 0
	}
}

错误时返回:

{
	"result": 0,
	"msg": "设置失败",
	"data": []
}

返回参数说明:

参数名 类型 说明
result int 1成功 0失败
data[type] int 折扣全局设置类型 0商品现价 1商品原价

备注:

  • 更多返回错误代码请看首页的错误代码描述