mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 12:09:30 +08:00
25 lines
635 B
JSON
25 lines
635 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "",
|
|
"data": {
|
|
"list": [
|
|
{
|
|
"audience_id": 12345,
|
|
"name": "测试人群",
|
|
"description": "",
|
|
"type": "CUSTOMER_FILE",
|
|
"status": "PENDING",
|
|
"error_code": 0,
|
|
"user_count": 0,
|
|
"created_time": "2016-11-01 10:42:56",
|
|
"last_modified_time": "2017-10-21 17:11:17"
|
|
}
|
|
],
|
|
"page_info": {
|
|
"page": 1,
|
|
"page_size": 10,
|
|
"total_number": 2,
|
|
"total_page": 1
|
|
}
|
|
}
|
|
} |