\serviceRoutineTemplateService

小程序模板消息 Class RoutineTemplate

Summary

Methods
Properties
Constants
setTemplateId()
getTemplateListAll()
getTemplateKeyword()
getTemplateList()
delTemplate()
sendTemplate()
No public properties found
ORDER_PAY_SUCCESS
BARGAIN_SUCCESS
ORDER_REFUND_STATUS
ORDER_REFUND_SUCCESS
ORDER_POSTAGE_SUCCESS
ORDER_DELIVER_SUCCESS
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

ORDER_PAY_SUCCESS

ORDER_PAY_SUCCESS = 'AT0009'

BARGAIN_SUCCESS

BARGAIN_SUCCESS = 'AT1173'

ORDER_REFUND_STATUS

ORDER_REFUND_STATUS = 'AT0036'

ORDER_REFUND_SUCCESS

ORDER_REFUND_SUCCESS = 'AT0787'

ORDER_POSTAGE_SUCCESS

ORDER_POSTAGE_SUCCESS = 'AT0007'

ORDER_DELIVER_SUCCESS

ORDER_DELIVER_SUCCESS = 'AT0177'

Methods

setTemplateId()

setTemplateId(string  $tempKey = '') : mixed|string

根据模板编号获取模板ID

Parameters

string $tempKey

Returns

mixed|string

getTemplateListAll()

getTemplateListAll(integer  $offset, integer  $count = 20) : mixed

获取小程序模板库所有标题列表

Parameters

integer $offset
integer $count

Returns

mixed

getTemplateKeyword()

getTemplateKeyword(string  $templateId = 'AT0005') : mixed

获取模板库某个模板标题下关键词库

Parameters

string $templateId

模板ID 未添加之前的ID

Returns

mixed

getTemplateList()

getTemplateList(integer  $offset, integer  $count = 20) : mixed

获取小程序模板库申请的标题列表

Parameters

integer $offset
integer $count

Returns

mixed

delTemplate()

delTemplate(string  $templateId = '') : boolean|mixed

删除小程序中的某个模板消息

Parameters

string $templateId

Returns

boolean|mixed

sendTemplate()

sendTemplate(string  $openId = '', string  $templateId = '', string  $link = '', array  $dataKey = array(), string  $formId = '', string  $emphasisKeyword = '') : boolean|mixed

发送模板消息

Parameters

string $openId

接收者(用户)的 openid

string $templateId

所需下发的模板消息的id

string $link

点击模板卡片后的跳转页面,仅限本小程序内的页面。支持带参数,(示例index?foo=bar)。该字段不填则模板无跳转。

array $dataKey

模板内容,不填则下发空模板

string $formId

表单提交场景下,为 submit 事件带上的 formId;支付场景下,为本次支付的 prepay_id

string $emphasisKeyword

模板需要放大的关键词,不填则默认无放大

Returns

boolean|mixed