《小程式開發原理與實戰》資源連結清單

張霞@Turing發表於2021-05-08

GitHub本書主頁:https://github.com/miniprogram-bestpractise

前言

小程式開發文件: https://developers.weixin.qq.com/miniprogram/dev/framework/

小程式開發指南:https://developers.weixin.qq.com/ebook?action=get_post_info&docid=0008aeea9a8978ab0086a685851c0a

第2章

微信小程式註冊頁: https://mp.weixin.qq.com/wxopen/waregister?action=step1

微信公眾平臺:https://mp.weixin.qq.com/

第5章

微信開發者社群: https://developers.weixin.qq.com/community/homepage

GitHub:https://github.com

第6章

微信小程式遷移文件地址

QQ小程式:https://q.qq.com/

QQ瀏覽器小程式:https://soft.imtt.qq.com/browser/

支付寶小程式:https://mini.open.alipay.com/

百度小程式:https://smartprogram.baidu.com/

位元組跳動小程式:https://developer.toutiao.com/

QQ小程式首頁:https://q.qq.com

QQ小程式官網開發者工具下載地址:https://q.qq.com/wiki/tools/devtool/

6.3.1 申請QQ瀏覽器小程式賬號

QQ瀏覽器小程式賬號申請二維碼:https://softimtt.myapp.com/browser/weapp/debugger/html/debug_entry.html

百度小程式註冊地址:https://smartprogram.baidu.com/developer/registerxiongzhang.html

百度小程式提供的官方開發工具:https://smartprogram.baidu.com/docs/introduction/tool/

第12章

12.1.1

tcb-service-sdk:https://github.com/TencentCloudBase/tcb-service-sdk

如果需要在小程式端使用async/await,需要引入runtime檔案,地址:https://github.com/TencentCloudBase/tcb-service-sdk/blob/master/tools/runtime.js

12.1.2

簡訊能力的示例已經封裝好, 程式碼倉庫:https://github.com/miniprogram-bestpractise/tcb-demo-sms

12.1.3

騰訊雲的影像識別能力控制檯總入口: https://console.cloud.tencent.com/ai

智慧影像能力示例已經封裝好,程式碼倉庫: https://github.com/miniprogram-bestpractise/tcb-demo-ai

12.1.4

騰訊雲的實時音視訊:https://cloud.tencent.com/product/trtc

雲直播: https://cloud.tencent.com/product/lvb

案例程式碼示例:https://github.com/miniprogram-bestpractise/tcb-demo-video

實時音視訊: https://cloud.tencent.com/product/trtc

libs/sign.js是官方提供的簽名邏輯檔案:https://github.com/TencentVideoCloudMLVBDev/usersig_server_source/blob/master/nodejs/WebRTCSigApi.js

騰訊雲賬號中心:https://console.cloud.tencent.com/developer

雲直播控制檯中的直播碼接入:https://console.cloud.tencent.com/live/livecodemanage

12.4.3

騰訊雲(Tencent CloudBase)團隊開發的tcb-router:https://github.com/TencentCloudBase/tcb-router

第14章

14.3.1

《微信登入能力優化》:https://developers.weixin.qq.com/community/develop/doc/000e2aac1ac838e29aa6c4eaf56409

《獲取使用者資訊》:https://developers.weixin.qq.com/community/develop/doc/000c2424654c40bd9c960e71e5b009

14.3.4

如果是使用傳統小程式註冊登入流程,詳細解密資料的原理可以參見微信官方文件https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/signature.html

如果想了解小程式詳細的支付流程,可以參考小程式的官方文件:https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=7_10&index=1

相關文章