系统群roomwxid转企业微信群chatid
GET
https://aa-hub.ddregion.com/api/v1/groupChat/wxid_to_wecomChatId
请求参数
Query 参数
token
string
调用接口凭证
wxid
string
必需
示例值:
R:10696052717016666
imBotId
string
可选
示例值:
1688858033614100
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://aa-hub.ddregion.com/api/v1/groupChat/wxid_to_wecomChatId?token=&wxid=R:10696052717016666&imBotId=1688858033614100'
返回响应
🟢200成功
application/json
Body
errcode
number
返回码
errmsg
string
对返回码的文本描述内容
wecomChatId
string
企业微信群chatid
示例
{
"errcode": 0,
"errmsg": "string",
"wecomChatId": "string"
}