本文档为大众产品接口文档 如需不明确请及时联系客服处理!
curl --location --request GET 'http://prod-cn.your-api-server.com/api/client/tags/page?current_page&page_size&name'{
"code": 0,
"data": {
"current_page": 1,
"items": [
{
"client_id": 0,
"color": "string",
"created_at": "string",
"description": "string",
"id": 0,
"name": "string",
"updated_at": "string"
}
],
"page_size": 1,
"total": 0
},
"message": "string"
}