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

Commit

Permalink
fix(wechat): 添加微信遗漏的云开发 API (#247)
Browse files Browse the repository at this point in the history
fix #246
  • Loading branch information
Darmody authored Sep 21, 2019
1 parent e97d4b1 commit 4298813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remax/src/adapters/wechat/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,4 @@ export const createSelectorQuery = wx.createSelectorQuery;
export const createIntersectionObserver = wx.createIntersectionObserver;
export const createRewardedVideoAd = wx.createRewardedVideoAd;
export const createInterstitialAd = wx.createInterstitialAd;
export const cloud = wx.cloud;

0 comments on commit 4298813

Please sign in to comment.