wxhook

微信


转发好友名片

[TOC]

简要描述
  • 转发好友名片
请求URL
  • http://localhost:30001/SendCardMsg
请求方式
  • POST
参数
参数名 必选 类型 说明
towxid string 转发给谁的微信ID/群ID
fromwxid string 转发谁的微信ID
nickname string 怎么称呼转发的名片人
发送示例
  {
    "towxid": "filehelper",
    "fromwxid": "themid",
    "nickname": "我的朋友"
  }
返回示例
  {
    "success": "1",
  }
返回参数说明
参数名 类型 说明
success string 成功返回1 失败返回0
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML