1.1 接口说明

查询指定租户可用的闪信模板数据。

1.2 调用形式

https://ykf.uincall.com/openapi/flashSms/template?tenant_id=acf528a2-d0e2-4a7b-8513-74cb39xxxxxx&access_token=500b0c34de27bb2eb0212886edxxxxxx

1.3 调用方式

GET

1.4 传入参数

1.5 回应参数

序号 名称 类型 是否必填 说明
1 errcode Number 状态码:0成功,及其他非0错误码,详见错误码列表
2 errmsg String 状态说明
3 data Object数组
3.1 template_id String 闪信模版ID
3.2 template_name String 闪信模板名称
3.3 template_content Stringr 闪信模板内容

1.6 使用样例

调用:

url:https://ykf.uincall.com/openapi/flashSms/template?tenant_id=acf528a2-d0e2-4a7b-8513-74cb39xxxxxx&access_token=500b0c34de27bb2eb0212886edxxxxxx

响应:

{
"errcode": 0,
"errmsg": "success",
"data": [
    {
        "template_id": "xxxxx",
        "template_name": "xxxxx",
        "template_content": "xxxxx"
    }
]
}
文档更新时间: 2024-11-28 13:11   作者:admin