参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
botid |
机器人编号 |
string |
必填 |
targetid |
接收人编号:群组编号或者联系人编号(不可混合发送,不支持同时发送给好友与群组),多个数据用字符串数组.示例代码中的JSON值需要添加双引号或者单引号 |
string |
必填 |
sharetitle |
分享标题(长度50以内,可空) |
string |
必填 最大长度: 50 |
shareurl |
分享链接,必须以http开头的链接地址(长度500以内) |
string |
必填 最大长度: 500 |
sharedesc |
分享备注(长度100以内,可空) |
string |
必填 最大长度: 100 |
shareiconurl |
分享图标链接,必须以http开头的图片地址(长度500以内,可空) |
string |
必填 最大长度: 500 |
shareiconpath |
shareIconPath |
string |
必填 最大长度: 500 |
sourceusername |
sourceUserName |
string |
必填 最大长度: 500 |
sourcedisplayname |
sourceDisplayName |
string |
必填 最大长度: 500 |
weappinfo_username |
weappinfo_username |
string |
必填 最大长度: 500 |
weappinfo_appid |
weappinfo_appid |
string |
必填 最大长度: 500 |
weappinfo_type |
weappinfo_type |
string |
必填 最大长度: 500 |
weappinfo_version |
weappinfo_version |
string |
必填 最大长度: 500 |
weappinfo_weappiconurl |
weappinfo_weappiconurl |
string |
必填 最大长度: 500 |
weappinfo_pagepath |
weappinfo_pagepath |
string |
必填 最大长度: 500 |
weappinfo_shareid |
weappinfo_shareId |
string |
必填 最大长度: 500 |
weappinfo_appservicetype |
weappinfo_appservicetype |
string |
必填 最大长度: 500 |
appkey |
AppKey应用ID |
string |
必填 |
clienttime |
客户端时间UNIX时间戳 |
integer |
必填 |
signature |
签名,参见签名生成方法 |
string |
必填 |