{
"id": 40,
"product_id": 977,
"is_enabled": 1,
"is_hot": 1,
"exchange_integral": 200,
"points_deducted_amount": "100.00"
}
curl --location --request POST '/adminapi/promotion/points_exchange/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 40,
"product_id": 977,
"is_enabled": 1,
"is_hot": 1,
"exchange_integral": 200,
"points_deducted_amount": "100.00"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "积分商品更新成功"
}
}