提交 2b9a1d40 编写于 作者: KK's avatar KK

微信sdk服务

上级 196d5f05
import axios from 'axios'; import axios from 'axios';
import * as wx from 'weixin-js-sdk';
/** /**
* 惬意微信服务 * 惬意微信服务
...@@ -16,6 +17,7 @@ export class WeChatService { ...@@ -16,6 +17,7 @@ export class WeChatService {
* @memberof WeChatService * @memberof WeChatService
*/ */
private static readonly instance: WeChatService = new WeChatService(); private static readonly instance: WeChatService = new WeChatService();
/** /**
* 用户信息缓存key * 用户信息缓存key
* *
...@@ -24,6 +26,7 @@ export class WeChatService { ...@@ -24,6 +26,7 @@ export class WeChatService {
* @memberof WeChatService * @memberof WeChatService
*/ */
private readonly infoName: string = "UserInfo"; private readonly infoName: string = "UserInfo";
/** /**
* 企业corpId * 企业corpId
* *
...@@ -32,6 +35,7 @@ export class WeChatService { ...@@ -32,6 +35,7 @@ export class WeChatService {
* @memberof WeChatService * @memberof WeChatService
*/ */
private readonly appId: string = "ww41b9cbca11ed5dbb"; private readonly appId: string = "ww41b9cbca11ed5dbb";
/** /**
* 微信SDK * 微信SDK
* *
...@@ -39,7 +43,8 @@ export class WeChatService { ...@@ -39,7 +43,8 @@ export class WeChatService {
* @type {*} * @type {*}
* @memberof WeChatService * @memberof WeChatService
*/ */
protected wx: any = null; protected wx: any = wx;
/** /**
* 是否初始化 * 是否初始化
* *
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册