0.0.3 • Published 6 years ago

tcb-wxmini v0.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

微信小程序 - 基础功能 SDK

接口参数

  • getOpenId

    • 获取用户 openid
    • Function
    • 参数
      • code, String 通过 wx.login 获取 code
  • getAccessToken

    • 获取 access_token,用于支付/发模板消息
    • Function
  • sendTplMsg

    • 发送模板消息
    • Function
    • 参数
      • options, Object
        • openid, String, 用户 openid
        • template_id, String, 小程序模板消息模板 id
        • form_id, String, 小程序提交表单的id 或者 支付的 prepay_id
        • data, Object, 模板消息需要填的数据 文档
0.0.3

6 years ago

0.0.1

6 years ago