mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
27 lines
593 B
JSON
27 lines
593 B
JSON
{
|
|
"total_cnt": 200,
|
|
"fail_cnt": 2,
|
|
"fail_list": [
|
|
{
|
|
"openid": "xxxxx",
|
|
"role_id": 1,
|
|
"retail_id": "xxxxx",
|
|
"extra_info": "xxxxx",
|
|
"name": "xxxxx",
|
|
"phone": "xxxxx"
|
|
},
|
|
{
|
|
"openid": "xxxxx",
|
|
"role_id": 1,
|
|
"retail_id": "xxxxx",
|
|
"extra_info": "xxxxx",
|
|
"name": "xxxxx",
|
|
"phone": "xxxxx",
|
|
"errcode": 103003,
|
|
"errmsg": "data already exists"
|
|
}
|
|
],
|
|
"errcode": 0,
|
|
"errmsg": "OK"
|
|
}
|