微信小程序参考资料

## 微信小程序参考资料 ### 涉及微信小程序API如下,详细使用方法可参考微信文档: #### 1.wx.openEmbeddedMiniProgram 小程序跳转小程序(半屏模式): [https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html) #### 2.wx.getEnterOptionsSync 获取本次小程序启动时的参数: [https://developers.weixin.qq.com/miniprogram/dev/api/base/app/life-cycle/wx.getEnterOptionsSync.html](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/life-cycle/wx.getEnterOptionsSync.html) #### 3.场景值: [https://developers.weixin.qq.com/miniprogram/dev/reference/scene-list.html](https://developers.weixin.qq.com/miniprogram/dev/reference/scene-list.html) #### 微信公众号获取openid官方文档 [https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html](https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html) #### 微信公众号JSAPI官方文档 [https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_7&index=6](https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_7&index=6) #### 小程序支付官方文档(W061) [https://pay.weixin.qq.com/wiki/doc/apiv3/open/pay/chapter2_8_2.shtml](https://pay.weixin.qq.com/wiki/doc/apiv3/open/pay/chapter2_8_2.shtml)