mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"success_list": [
|
|
{
|
|
"mobile": "18900000000",
|
|
"external_userid": "aaabbbcccc",
|
|
"foreign_key": "zhangsan"
|
|
}
|
|
],
|
|
"fail_list": [
|
|
{
|
|
"errcode": 60136,
|
|
"errmsg": "record not found",
|
|
"mobile": "10000000001"
|
|
}
|
|
]
|
|
}
|