@use-services/wechatlite
v1.3.3
Published
```ts import * as WechatLite from "@use-services/wechatlite";
Downloads
2
Readme
WechatLite
import * as WechatLite from "@use-services/wechatlite";
const options = {
wechatlite: {
init: WechatLite.init,
args: {
appId: "",
secret: "",
token: "",
encodingAESKey: "",
},
} as WechatLite.Option<WechatLite.Service>,
}