检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
智能信息所需资料及资质审核规范 智能信息入网所需材料准备 表1 智能信息入网所需材料 智能信息所需资料 AIM AIM+ 是否加盖公章 是否可添加水印 营业执照复印件(三证合一9开头) √ √ √ × 智能信息及富媒体消息类业务素材承诺函 √ √ √ √ 经办人身份证复印件(正反面)
父组件代码示例 HTML <div class="previews" [style]=" pages[0].style" > // ngFor为循环指令,遍历content数组获取item <div *ngFor="let item of pages[0].content">
子组件代码示例 app-preview-text组件 app-preview-button组件 app-preview-image组件 app-preview-video组件 app-preview-sideslip组件 app-preview-swiper组件 app-preview-eCommerce组件
原则上仅开放白名单客户 说明: 不在白名单的客户,需提交相关资质,厂商审查,定向开放。 提供《酒类生产许可证》或《酒类零售/批发许可证》 基金 金融辅助工具、基金、证券机构可发,其余禁止 禁投 提供《基金代销业务资格证》或《基金管理资格证书》或《经营证券期货业务许可证》或《基金销售业务资格证》
app-preview-moreGoods组件 HTML <div :style="item.style" class="moreGoods"> <div class="title"> // innerHTML会把代码片段插入到当前节点中 <span class="title-name"
发送智能信息基础版 支持选择智能信息基础版模板在线发送智能信息基础版。 操作步骤 进入管理控制台,选择“云消息服务 KooMessage”,在左侧导航栏选择“智能信息基础版 > 发送任务”,进入到“发送任务管理”页面。 单击页面右上角的“发送智能信息基础版”,进入到“发送信息”页面。
app-preview-text组件 HTML <div> <p class="preview-element text-element" [style]="item.style" (click)="PreviewService
app-preview-card-vouchers组件 HTML <div [style]="item.style" class="cardVouchers"> // innerHTML会把代码片段插入到当前节点中 <div class="title" [innerHTML]="item
app-preview-swiper组件 开发横滑组件时可定义的属性及其作用如表1所示,您可根据实际需求进行定义。 表1 横滑组件属性及作用 属性 作用 item.style 样式定义。 item.swiper.autoplay 是否自动轮播。 item.swiper.loop 是否循环。
app-preview-card-voucher组件 HTML <div class="card-voucher"> <div class="content"> <div class="content_top"> <div *ngIf="item.content.voucheType
app-preview-sideslip组件 HTML <div class="Sideslip" [style]="item.style"> <div class="Sideslip-scroll" [style]="{ width: sideslipList.length *
app-preview-image组件 HTML <div class="imgBox preview-element"> <img class="preview-element" [src]="item?.src" [style]="item.style" // 若图片的动作类
app-preview-ticketImage组件 HTML <div [style]="item.style" class="ticketImage"> <div class="ticketImage_List"> <div // ngFor为循环指令 *ngFor="let
app-preview-video组件 HTML <div> <video class="preview-element" [poster]="item.cover" controls [style]="item.style" [src]="item.src"></video> </div>
app-preview-button组件 HTML <div> <p [style]="item.style" (click)="PreviewService.emit(item.event)" class="preview-element" > {{ item.text }} </p>
查询手机号智能信息解析能力 功能介绍 用户在下发智能信息前,通过此接口批量查询对应手机的智能信息解析能力。 URI POST /v1/aim/mobile-capabilities/check 请求参数 表1 请求Header参数 参数 是否必选 参数类型 描述 X-Auth-Token
app-preview-eCommerce组件 HTML <div class="ECommerce"> <swiper [autoplay]="false" [loop]="true" *ngIf="item.content.imageList.visibility === 'visible'">
智能信息短链生成 支持选择智能信息模板生成短链,可用于您在站外通过API等形式发送智能消息。 公测 短链任务管理 4 发送智能信息 支持选择智能信息模板在线发送智能信息AIM。 公测 发送智能信息 5 智能信息发送任务管理 支持查询智能信息AIM历史发送任务和发送智能信息操作。 公测 发送任务管理
消息、媒体投放、一体化智能营销发送等能力,帮助企业客户实现全场景、全终端用户触达。 内容创意便捷个性化 客户可通过积木式、图形化的内容创意工具自助组装生成内容创意,也可通过用户行为数据和素材模板库的人群定位,智能化、自动化组装生成个性化内容,并通过个性化参数为企业客户提供千人千面的内容&创意。
支持的子组件类型 以图1为例,该模板的预览视图由image、text、button三个子组件拼接而成。目前KooMessage的智能短信模板已支持11种类型的子组件开发,详见表1。对于各类型子组件,子组件代码示例提供了相应的HTML、CSS、JavaScript代码段供参考,部分