# Description

待完善....

# Scene

待完善....

# 接口路径

  • version: 0.0.1
  • https Request Methods: post
  • url:/v1/message/msg-template/send,如:https://alpha-engage.gridsumdissector.com/open-api/wechat/v1/message/msg-template/send

# 请求参数

Name Type Description
profileId String

租户id

userId String

登录的用户id

data Object
data.id String

消息模板id

data.woaId String

公众号id

data.woaFollowerId String

粉丝id(优选)

data.openId String

粉丝openid(次选)

data.url String

跳转URL

data.paramConf Object

参数配置(具体跟模板类型有关) {"keyword1": {"value": "xxx"}}

如:

{
    "profileId": "",
    "userId": "",
    "data": {
        "id": "",
        "woaId": "",
        "woaFollowerId": "",
        "openId": "",
        "url": "", 
        "paramConf":{
            "keyword1":{
                "value":""
            }
        }
    }
}

# 响应参数

Name Type Description
errorCode Number

错误码(0表示成功)

errorMessage String

错误信息

traceId String

追踪id

data Object
data.total Integer

总数

data.rows Object[]