{
"goods_id": 1,
"distributor_goods_type": 1,
"is_distributor_goods": 1,
"sku_distributor_list": [
{}
]
}
curl --location --request PUT '/storeapi/distributor/goods' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods_id": 1,
"distributor_goods_type": 1,
"is_distributor_goods": 1,
"sku_distributor_list": [
{}
]
}'
{
"code": 200,
"msg": "操作成功",
"data": {}
}