all
营销接口调用及校验
[
{
"id":156656,
"name":"重点客户",
"color":"#eeeeee"
},{
"id":2455485,
"name":"新客户",
"color":"#dddddd"
}
]
curl --location --request POST 'https://qiyukf.com/openapi/tag/all?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw 'all'
{
"result": [
{
"id": 0,
"name": "string",
"color": "string"
}
],
"code": 0,
"message": "string"
}