企业微信群chatid转系统群roomwxid
GET
https://aa-hub.ddregion.com/api/v1/groupChat/wecomChatId_to_wxid
请求参数
Query 参数
token
string
调用接口凭证
wecomChatId
string
必需
示例值:
wrrRhyBgAAOKVhkUa58GCFILSFRJqqqq
示例代码
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/wecomChatId_to_wxid?token=&wecomChatId=wrrRhyBgAAOKVhkUa58GCFILSFRJqqqq'
返回响应
🟢200成功
application/json
Body
errcode
number
返回码
errmsg
string
对返回码的文本描述内容
wxid
string
系统客户群roomwxid
示例
{
"errcode": 0,
"errmsg": "string",
"wxid": "string"
}