# 本節知識點
- 1,獲取formid
- 2,云開發推送權限設置
- 3,真機調試
- 4,模版消息推送功能的實現
- 5, 自己在后臺設置推送模版
# 本章效果圖

# 課后作業
- 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天實戰入門小程序開發筆記](http://www.hmoore.net/java-qiushi/xiaochengxu)
**視頻:** [零基礎10天實戰入門小程序開發筆記視頻](https://edu.csdn.net/course/play/9531)
最好跟著老師的教程敲代碼,如果實在敲不出來,加老師微信索要源碼
# 老師微信
2501902696(備注小程序)