mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"items": [
|
|
{
|
|
"open_kfid": "KFID1",
|
|
"new_open_kfid": "NEW_KFID1"
|
|
},
|
|
{
|
|
"open_kfid": "KFID2",
|
|
"new_open_kfid": "NEW_KFID2"
|
|
}
|
|
],
|
|
"invalid_open_kfid_list": ["KFID3", "KFID4"]
|
|
}
|