文档
测试

修改Sku促销价格

POST
http://localhost/AdminApi/pro/EditSkuPromotionPrice

请求头

参数名
类型
描述
必填
Content-Type
application/json
application/json
必填
Token
string
Token
必填

请求参数

参数名
类型
描述
必填
PromotionPrices
List<T>
可选
SkuId
int
SkuId
必填
PromotionPrice
decimal
促销价格
必填

响应参数

参数名
类型
描述
必填
ResultCode
int
示例:200
必填
Message
string
示例:操作成功
必填
Tag
object
示例:null
必填
TotalRecord
int
示例:0
必填
Success
boolean
示例:true
必填
ResultCode
int
示例:200
必填
Message
string
示例:操作成功
必填
Tag
object
示例:null
必填
TotalRecord
int
示例:0
必填
Success
boolean
示例:true
必填