百度智能小程序 獲取帳號(hào)下已存在的模板列表

2020-09-05 14:47 更新

getTemplateList

獲取帳號(hào)下已存在的模板列表

解釋?zhuān)韩@取帳號(hào)下已存在的模板列表。

GET https://openapi.baidu.com/rest/2.0/smartapp/template/templatelist

公共請(qǐng)求參數(shù):

參數(shù)名類(lèi)型是否必須描述
access_tokenstringaccess_token,授權(quán)小程序的接口調(diào)用憑據(jù)

請(qǐng)求參數(shù):

參數(shù)名類(lèi)型是否必須描述
offsetint用于分頁(yè),表示從 offset 開(kāi)始,默認(rèn)值為 0
countint用于分頁(yè),表示拉取 count 條記錄,默認(rèn)值為 0,最大為 20

公共響應(yīng)參數(shù)

參數(shù)類(lèi)型描述示例值
errnoint狀態(tài)碼40001
msgstring狀態(tài)描述參數(shù)錯(cuò)誤
dataobject響應(yīng)參數(shù)--

響應(yīng)參數(shù)

字段名類(lèi)型描述
total_countint模板庫(kù)標(biāo)題總數(shù)
template_idstring模板 id,發(fā)送小程序模板消息時(shí)所需
titlestring模板標(biāo)題
contentstring模板內(nèi)容
examplestring模板內(nèi)容示例

請(qǐng)求示例

curl -X GET \
  'https://openapi.baidu.com/rest/2.0/smartapp/template/templatelist?access_token=24.ee3671b4e41f2704280d5ddbe9a3f94c
  .3600.1556461507.C8Bds396khnu6KDKnqfoUUgZ31K-hBY-gJNc4SsGGjYJrS2RMh&count=20&offset=2271'

響應(yīng)示例:

{
    "errno": 0,
    "msg": "success",
    "data": {
        "total_count": 2,
        "list": [
            {
                "template_id": "e4313219538c4b0262e3a14a0507000e8bd79e9PTPAz",
                "title": "續(xù)費(fèi)成功通知",
                "content": "購(gòu)買(mǎi)時(shí)間{{keyword1.DATA}}\n物品名稱(chēng){{keyword2.DATA}}",
                "example": "購(gòu)買(mǎi)時(shí)間: 2016年6月6日\(chéng)n物品名稱(chēng): 奶茶"
            },
            {
                "template_id": "f34178cd598201d9dc8d5c88cd87b44cf7cd0e64d90Y",
                "title": "續(xù)費(fèi)成功通知",
                "content": "購(gòu)買(mǎi)時(shí)間{{keyword1.DATA}}\n物品名稱(chēng){{keyword2.DATA}}",
                "example": "購(gòu)買(mǎi)時(shí)間: 2016年6月6日\(chéng)n物品名稱(chēng): 奶茶"
            }
        ]
    }
}


以上內(nèi)容是否對(duì)您有幫助:
在線(xiàn)筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)