WxConnectorProvider
  1. ActionApi
WxConnectorProvider
  • WxApi
    • 启动微信
      POST
    • 启动监听器
      POST
  • EventApi
    • 事件监听
  • ActionApi
    • 发送文本消息
      POST
    • 发送文件消息
      POST
    • 通过用户名At
      POST
  1. ActionApi

通过用户名At

开发中
POST
/api/Action/AtByUserNameInGroup
在群内通过要 At 的用户的备注名 At 对方

请求参数

Body 参数application/json
UserName
string 
必需
要 At 的 对象的备注名
WindowTitle
string 
群独立聊天窗口标题
必需
示例
{
    "UserName": "string",
    "WindowTitle": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/Action/AtByUserNameInGroup' \
--header 'Content-Type: application/json' \
--data-raw '{
    "UserName": "string",
    "WindowTitle": "string"
}'

返回响应

🟢200成功
application/json
Body
message
string 
必需
示例
{
    "message": "string"
}
修改于 2025-04-18 03:00:42
上一页
发送文件消息
Built with