{
"tagId": "string"
}
curl --location --request POST 'userCenter/manual-tag/choose-scheme-before' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagId": "string"
}'
{
"code": 10000,
"msg": "success",
"data": {
"list": [
{
"typeName": "test",
"typeId": 137,
"id": 0,
"schemeList": [
{
"id": 222,
"name": "test",
"type_id": 137,
"sort": "0",
"status": 1
}
],
"count": 1,
"sort": "0"
},
{
"typeName": "本品",
"typeId": 125,
"id": 0,
"schemeList": [
{
"id": 212,
"name": "小米",
"type_id": 125,
"sort": "0",
"status": 0
}
],
"count": 1,
"sort": "0"
},
{
"id": 0,
"typeId": 126,
"schemeList": [],
"typeName": "竞品"
},
{
"id": 0,
"typeId": 127,
"schemeList": [],
"typeName": "行业"
}
],
"scheme": [
{
"id": "212",
"status": 1
}
]
}
}