{
"product_id": 978,
"sku_id": "",
"is_enabled": 1,
"is_hot": 0,
"exchange_integral": "100",
"points_deducted_amount": "10"
}
curl --location --request POST '/adminapi/promotion/points_exchange/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": 978,
"sku_id": "",
"is_enabled": 1,
"is_hot": 0,
"exchange_integral": "100",
"points_deducted_amount": "10"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "积分商品添加成功"
}
}