{
"method": "/label/syncLabelList",
"params": {
"guid": "",
"currentSeq": 0,
"labelType": 2
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/label/syncLabelList",
"params": {
"guid": "",
"currentSeq": 0,
"labelType": 2
}
}'{
"code": 0,
"data": {
"currentSeq": 0,
"hasMore": 0,
"labelCount": 0,
"labelList": {
"createTime": 0,
"dataType": 0,
"groupId": "string",
"labelId": "string",
"labelType": 0,
"name": "string",
"isDeleted": 0
}
},
"msg": "string"
}