简要描述:
-获取需要订阅的消息模板ID
请求域名:
- http://xx.com
请求URL:
plugin.wechat-notice.api.index.add-subscribe-log
请求参数说明:
参数名 | 类型 | 是否必需 | 说明 |
---|---|---|---|
scene | string | 是 | 场景值 |
template_id | array | 是 | 允许订阅的模板ID |
###场景值获取:
- https://wiki.yunzmall.com/docs/show/5658
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
}
}
错误时返回:
{
"result": 0,
"msg": "参数错误",
"data": []
}