# 本节知识点
- 1,获取formid
- 2,云开发推送权限设置
- 3,真机调试
- 4,模版消息推送功能的实现
- 5, 自己在后台设置推送模版
# 本章效果图
![](https://box.kancloud.cn/cd62ed924a6f6564ab4f48f869bdd1ea_290x404.png)
# 课后作业
- 1 ,跟着老师实现云推送功能
- 2 ,自己在小程序后台定义推送模版
# 课程中用到的网址
- 1,微信官方: https://mp.weixin.qq.com/
- 2,在线视频讲解:[https://edu.csdn.net/course/detail/24770](https://edu.csdn.net/course/detail/24770)
- 3,云开发推送相关官方文档:
[https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/template-message.html](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/template-message.html)
- 4,获取fomrid官方文档
[https://developers.weixin.qq.com/miniprogram/dev/component/form.html](https://developers.weixin.qq.com/miniprogram/dev/component/form.html)
- 5,《借助云开发实现小程序模版消息推送》图文详解:[https://www.jianshu.com/p/7434773aa295](https://www.jianshu.com/p/7434773aa295)
# 本节资源
在线视频:[https://edu.csdn.net/course/detail/24770](https://edu.csdn.net/course/detail/24770)
# 代码资源
获取formid
```
<form report-submit='true' bindsubmit='getFormid'>
<button form-type='submit'>获取formid</button>
</form>
```
# 零基础入门小程序开发
如果你还不知道怎么注册小程序,怎么使用小程序开发者工具,怎么获取到自己的appid,怎么上线自己的小程序,请移步到老师的另外一门课程《零基础10天实战入门小程序开发》
笔记:[零基础10天实战入门小程序开发笔记](https://www.kancloud.cn/java-qiushi/xiaochengxu)
**视频:** [零基础10天实战入门小程序开发笔记视频](https://edu.csdn.net/course/play/9531)
最好跟着老师的教程敲代码,如果实在敲不出来,加老师微信索要源码
# 老师微信
2501902696(备注小程序)