Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WechatConfigParams

Index

Properties

appId

appId: string

公众号的唯一标识。

Optional autoLoadJSSDK

autoLoadJSSDK: undefined | false | true

是否自动引入微信 JSSDK。

default

true

Optional debug

debug: undefined | false | true

开启调试模式。

调用的所有api的返回值会在客户端 alert 出来, 若要查看传入的参数,可以在 pc 端打开, 参数信息会通过 log 打出,仅在 pc 端时才会打印。

default

false

Optional jsApiList

jsApiList: WechatJsApi[]

需要使用的JS接口列表。

default

[]

nonceStr

nonceStr: string

生成签名的随机串。

Optional sharable

sharable: undefined | false | true

是否可分享。

设置为 true 将把分享系列接口自动加入 jsApiList

default

false

signature

signature: string

签名。

timestamp

timestamp: number | string

生成签名的时间戳。

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc