feat(work): 新增第三方代开发账号 ID 转换相关接口

This commit is contained in:
fudiwei
2022-12-03 18:53:48 +08:00
parent f4fde0733b
commit e0bb4d7ca0
19 changed files with 415 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"chat_id": "xxxxxx",
"external_userid": ["oAAAAAAA", "oBBBBB"]
}

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "ok",
"result": [
{
"external_userid": "oAAAAAAA",
"pending_id": "pAAAAA"
},
{
"external_userid": "oBBBBB",
"pending_id": "pBBBBB"
}
]
}

View File

@@ -0,0 +1,3 @@
{
"external_tagid_list": ["TAG_ID1", "TAG_ID2", "TAG_ID3", "TAG_ID4"]
}

View File

@@ -0,0 +1,15 @@
{
"errcode": 0,
"errmsg": "ok",
"items": [
{
"external_tagid": "TAG_ID1",
"open_external_tagid": "OPEN_TAG_ID1"
},
{
"external_tagid": "TAG_ID2",
"open_external_tagid": "OPEN_TAG_ID2"
}
],
"invalid_external_tagid_list": ["TAG_ID3", "TAG_ID4"]
}

View File

@@ -0,0 +1,3 @@
{
"open_kfid_list": ["KFID1", "KFID2", "KFID3", "KFID4"]
}

View File

@@ -0,0 +1,15 @@
{
"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"]
}

View File

@@ -0,0 +1,5 @@
{
"unionid": "oAAAAAAA",
"openid": "oBBBB",
"subject_type": 1
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"external_userid": "ooAAAAAAAAAAA",
"pending_id": "ooBBBBBB"
}