POST xuner/guide/shopguide/ZSendPictxt
发送图文消息(点击跳转到外链) 图文消息条数限制在1条以内
请求信息
URI 参数
无。
Body 参数
PicTextMessage| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| description |
内容 |
string |
无。 |
| picurl |
图片地址 |
string |
无。 |
| title |
标题 |
string |
无。 |
| url |
访问地址 |
string |
无。 |
| openId | string |
无。 |
请求格式
application/json, text/json
样例:
{
"description": "sample string 1",
"picurl": "sample string 2",
"title": "sample string 3",
"url": "sample string 4",
"openId": "sample string 5"
}
响应信息
资源描述
发送图文消息(点击跳转到外链) 图文消息条数限制在1条以内
gGuideResponseOfObject| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Object |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {},
"req": "sample string 2",
"msg": "sample string 3",
"code": 4
}