Authorization: Bearer ********************
{
"data": {
"code": "THC92933672",
"recommendType": "推荐商品",
}
}
// {
// "id": 17,
// "productPublicCode": "THC58771755",
// "recommendType": "高佣金",
// "enable": 1
// },
// {
// "id": 16,
// "productPublicCode": "THC82750652",
// "recommendType": "高佣金",
// "enable": 1
// },
// {
// "id": 15,
// "productPublicCode": "THC92087553",
// "recommendType": "高佣金",
// "enable": 1
// },
// {
// "id": 14,
// "productPublicCode": "THC03640628",
// "recommendType": "高佣金",
// "enable": 1
// },
curl --location --request POST '/api/product/recommend/addOrUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"code": "THC92933672",
"recommendType": "推荐商品",
}
}
// {
// "id": 17,
// "productPublicCode": "THC58771755",
// "recommendType": "高佣金",
// "enable": 1
// },
// {
// "id": 16,
// "productPublicCode": "THC82750652",
// "recommendType": "高佣金",
// "enable": 1
// },
// {
// "id": 15,
// "productPublicCode": "THC92087553",
// "recommendType": "高佣金",
// "enable": 1
// },
// {
// "id": 14,
// "productPublicCode": "THC03640628",
// "recommendType": "高佣金",
// "enable": 1
// },'
{}