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

Commit

Permalink
fix(ali): 修正没有导出 httpRequest 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed May 29, 2020
1 parent 3b58952 commit b8bdb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remax-ali/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,4 @@ export const watchShake = my.watchShake;
export const writeBLECharacteristicValue = promisify(my.writeBLECharacteristicValue);
export const createVideoContext = my.createVideoContext;
export const getOpenUserInfo = promisify((my as any).getOpenUserInfo);
export const httpRequest = promisify(my.httpRequest);

1 comment on commit b8bdb2e

@vercel
Copy link

@vercel vercel bot commented on b8bdb2e May 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.