Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: #1717 (#1727)
Browse files Browse the repository at this point in the history
Co-authored-by: wangjue <[email protected]>
  • Loading branch information
watsonhaw5566 and wangjue committed Oct 18, 2021
1 parent 124a759 commit a64dab6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/remax-wechat/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,15 @@ export const shareFileMessage = promisify(wx.shareFileMessage);
export const onCopyUrl = promisify(wx.onCopyUrl);
export const offCopyUrl = promisify(wx.offCopyUrl);
export const authPrivateMessage = promisify(wx.authPrivateMessage);
export const openCustomerServiceChat = wx.openCustomerServiceChat;
export const getGroupEnterInfo = wx.getGroupEnterInfo;
export const reserveChannelsLive = wx.reserveChannelsLive;
export const openChannelsLive = wx.openChannelsLive;
export const openChannelsActivity = wx.openChannelsActivity;
export const getChannelsLiveNoticeInfo = wx.getChannelsLiveNoticeInfo;
export const getChannelsLiveInfo = wx.getChannelsLiveInfo;
export const chooseLicensePlate = wx.chooseLicensePlate;
export const shareToWeRun = promisify(wx.shareToWeRun);
export const showRedPackage = promisify(wx.showRedPackage);
export const addVideoToFavorites = wx.addVideoToFavorites;
export const addFileToFavorites = wx.addFileToFavorites;

0 comments on commit a64dab6

Please sign in to comment.